|
@@ -230,6 +230,7 @@ public class ReactiveStorageIT extends AutoscalingStorageIntegTestCase {
|
|
);
|
|
);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88842")
|
|
public void testScaleWhileShrinking() throws Exception {
|
|
public void testScaleWhileShrinking() throws Exception {
|
|
internalCluster().startMasterOnlyNode();
|
|
internalCluster().startMasterOnlyNode();
|
|
final String dataNode1Name = internalCluster().startDataOnlyNode();
|
|
final String dataNode1Name = internalCluster().startDataOnlyNode();
|