|
@@ -291,7 +291,6 @@ public class NodeShutdownIT extends ESRestTestCase {
|
|
ensureGreen(indexName);
|
|
ensureGreen(indexName);
|
|
}
|
|
}
|
|
|
|
|
|
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77456")
|
|
|
|
public void testStalledShardMigrationProperlyDetected() throws Exception {
|
|
public void testStalledShardMigrationProperlyDetected() throws Exception {
|
|
String nodeIdToShutdown = getRandomNodeId();
|
|
String nodeIdToShutdown = getRandomNodeId();
|
|
int numberOfShards = randomIntBetween(1, 5);
|
|
int numberOfShards = randomIntBetween(1, 5);
|