Skip to content

Commit

Permalink
Mute ShrinkActionIT.testShrinkDuringSnapshot (#69342)
Browse files Browse the repository at this point in the history
Relates #69325
  • Loading branch information
dimitris-athanasiou authored Feb 22, 2021
1 parent f722a90 commit fe971f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public void testShrinkSameShards() throws Exception {
});
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69325")
public void testShrinkDuringSnapshot() throws Exception {
String shrunkenIndex = ShrinkAction.SHRUNKEN_INDEX_PREFIX + index;
// Create the repository before taking the snapshot.
Expand Down

0 comments on commit fe971f2

Please sign in to comment.