Skip to content

Commit

Permalink
Mute ClusterPrivilegeTests.testThatSnapshotAndRestore
Browse files Browse the repository at this point in the history
Tracked in elastic#38030
  • Loading branch information
davidkyle authored and Gurkan Kaymak committed May 27, 2019
1 parent 5187f87 commit 86b936a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public void testThatClusterPrivilegesWorkAsExpectedViaHttp() throws Exception {
assertAccessIsDenied("user_d", "PUT", "/_cluster/settings", "{ \"transient\" : { \"search.default_search_timeout\": \"1m\" } }");
}

@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/38030")
public void testThatSnapshotAndRestore() throws Exception {
String repoJson = Strings.toString(jsonBuilder().startObject().field("type", "fs").startObject("settings").field("location",
repositoryLocation.toString()).endObject().endObject());
Expand Down

0 comments on commit 86b936a

Please sign in to comment.