Skip to content

Commit

Permalink
Mute ClusterPrivilegeTests.testThatSnapshotAndRestore
Browse files Browse the repository at this point in the history
Tracked in #38030
  • Loading branch information
davidkyle committed Apr 8, 2019
1 parent 00a44b0 commit 02c3b1d
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 02c3b1d

Please sign in to comment.