Skip to content

Commit 1e3618b

Browse files
authored
Test mute for ReloadSecureSettingsWithPasswordProtectedKeystoreRestIT#testReloadSecureSettingsWithEmptyPassword (elastic#66952)
1 parent de8b39e commit 1e3618b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/password-protected-keystore/src/test/java/org/elasticsearch/password_protected_keystore/ReloadSecureSettingsWithPasswordProtectedKeystoreRestIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public void testReloadSecureSettingsWithIncorrectPassword() throws Exception {
6565
}
6666

6767
@SuppressWarnings("unchecked")
68+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66951")
6869
public void testReloadSecureSettingsWithEmptyPassword() throws Exception {
6970
final Request request = new Request("POST", "_nodes/reload_secure_settings");
7071
final Response response = client().performRequest(request);

0 commit comments

Comments
 (0)