Skip to content

Commit c4aef6f

Browse files
authored
Mute NodeShutdownIT#testShardsMoveOffRemovingNode and testStalledShardMigrationProperlyDetected (#77564)
1 parent 434843e commit c4aef6f

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugin/shutdown/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/shutdown

1 file changed

+2
-0
lines changed

x-pack/plugin/shutdown/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/shutdown/NodeShutdownIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ public void testAllocationPreventedForRemoval() throws Exception {
202202
* 2) Ensures the status properly comes to rest at COMPLETE after the shards have moved.
203203
*/
204204
@SuppressWarnings("unchecked")
205+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77488")
205206
public void testShardsMoveOffRemovingNode() throws Exception {
206207
String nodeIdToShutdown = getRandomNodeId();
207208

@@ -275,6 +276,7 @@ public void testShardsCanBeAllocatedAfterShutdownDeleted() throws Exception {
275276
ensureGreen(indexName);
276277
}
277278

279+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77456")
278280
public void testStalledShardMigrationProperlyDetected() throws Exception {
279281
String nodeIdToShutdown = getRandomNodeId();
280282
int numberOfShards = randomIntBetween(1,5);

0 commit comments

Comments
 (0)