Mute ClusterPrivilegeTests.testThatSnapshotAndRestore

Tracked in #38030
This commit is contained in:
David Kyle 2019-04-08 14:18:40 +01:00 committed by Yogesh Gaikwad
parent 719e4452af
commit 1a6ffb2644
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ public class ClusterPrivilegeTests extends AbstractPrivilegeTestCase {
assertAccessIsDenied("user_d", "PUT", "/_cluster/settings", "{ \"transient\" : { \"search.default_search_timeout\": \"1m\" } }"); 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 { public void testThatSnapshotAndRestore() throws Exception {
String repoJson = Strings.toString(jsonBuilder().startObject().field("type", "fs").startObject("settings").field("location", String repoJson = Strings.toString(jsonBuilder().startObject().field("type", "fs").startObject("settings").field("location",
repositoryLocation.toString()).endObject().endObject()); repositoryLocation.toString()).endObject().endObject());