Skip to content

Commit

Permalink
Mute FullClusterRestartIT testSecurityNativeRealm (elastic#81412) (el…
Browse files Browse the repository at this point in the history
  • Loading branch information
fcofdez authored Dec 7, 2021
1 parent 847ac99 commit 69537e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void testSingleDoc() throws IOException {
assertThat(toStr(client().performRequest(getRequest)), containsString(doc));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/81411")
public void testSecurityNativeRealm() throws Exception {
if (isRunningAgainstOldCluster()) {
createUser(true);
Expand Down

0 comments on commit 69537e5

Please sign in to comment.