Skip to content

Commit

Permalink
Mute ConcurrentSnapshotsIT#testDeleteIndexWithOutOfOrderFinalization (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam committed Feb 20, 2024
1 parent 2ccd7bf commit 85259a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2024,6 +2024,7 @@ public void testSnapshotAndCloneQueuedAfterMissingShard() throws Exception {
assertThat(snapshot2.get().getSnapshotInfo().state(), is(SnapshotState.PARTIAL));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105484")
public void testDeleteIndexWithOutOfOrderFinalization() throws Exception {

final String indexToDelete = "index-to-delete";
Expand Down

0 comments on commit 85259a1

Please sign in to comment.