Skip to content

Commit

Permalink
Mute testIsFailureIndex (elastic#106124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreden authored Mar 8, 2024
1 parent 24228cd commit e474910
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1842,6 +1842,7 @@ public void testWriteFailureIndex() {
assertThat(failureStoreDataStream.getFailureStoreWriteIndex(), is(writeFailureIndex));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/106123")
public void testIsFailureIndex() {
boolean hidden = randomBoolean();
boolean system = hidden && randomBoolean();
Expand Down

0 comments on commit e474910

Please sign in to comment.