Skip to content

Commit 02c3b1d

Browse files
committed
Mute ClusterPrivilegeTests.testThatSnapshotAndRestore
Tracked in #38030
1 parent 00a44b0 commit 02c3b1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/integration/ClusterPrivilegeTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public void testThatClusterPrivilegesWorkAsExpectedViaHttp() throws Exception {
139139
assertAccessIsDenied("user_d", "PUT", "/_cluster/settings", "{ \"transient\" : { \"search.default_search_timeout\": \"1m\" } }");
140140
}
141141

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

0 commit comments

Comments
 (0)