Mute ClusterPrivilegeTests#testThatSnapshotAndRestore

See elastic/x-pack-elasticsearch#4383

Original commit: elastic/x-pack-elasticsearch@95d57374bc
This commit is contained in:
javanna 2018-04-16 17:38:15 +02:00 committed by Luca Cavanna
parent 5bd467eec8
commit 719bad0cc3

View File

@ -125,7 +125,7 @@ public class ClusterPrivilegeTests extends AbstractPrivilegeTestCase {
assertAccessIsDenied("user_c", "PUT", "/_cluster/settings", "{ \"transient\" : { \"search.default_search_timeout\": \"1m\" } }");
}
@TestLogging("org.elasticsearch.test.rest.client.http:TRACE")
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/4383")
public void testThatSnapshotAndRestore() throws Exception {
String repoJson = Strings.toString(jsonBuilder().startObject().field("type", "fs").startObject("settings").field("location",
repositoryLocation.toString()).endObject().endObject());