mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 22:36:20 +00:00
Mute ClusterPrivilegeTests#testThatSnapshotAndRestore
See elastic/x-pack-elasticsearch#4383 Original commit: elastic/x-pack-elasticsearch@95d57374bc
This commit is contained in:
parent
5bd467eec8
commit
719bad0cc3
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user