Skip to content

Commit

Permalink
Mute ReactiveStorageIT::testScaleWhileShrinking (#88431)
Browse files Browse the repository at this point in the history
For #88430
  • Loading branch information
davidkyle authored Jul 11, 2022
1 parent d666ddc commit 8ba521f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public void testScaleFromEmptyLegacy() {
assertThat(capacity().results().get("cold").requiredCapacity().total().storage().getBytes(), Matchers.greaterThan(0L));
}

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

0 comments on commit 8ba521f

Please sign in to comment.