Skip to content

Commit

Permalink
Mute ReactiveStorageIT#testScaleWhileShrinking (#89499)
Browse files Browse the repository at this point in the history
Relates #88842
  • Loading branch information
dimitris-athanasiou authored Aug 22, 2022
1 parent 51c6e6b commit 7d7332a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ public void testScaleFromEmptyLegacy() {
);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88842")
public void testScaleWhileShrinking() throws Exception {
internalCluster().startMasterOnlyNode();
final String dataNode1Name = internalCluster().startDataOnlyNode();
Expand Down

0 comments on commit 7d7332a

Please sign in to comment.