Skip to content

Commit fe0a52e

Browse files
committed
Mute CloseWhileRelocatingShards (#28090)
1 parent 255015d commit fe0a52e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/indices/state/CloseWhileRelocatingShardsIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ protected int maximumNumberOfShards() {
8080
return 3;
8181
}
8282

83+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38090")
8384
@TestLogging("org.elasticsearch.cluster.metadata.MetaDataIndexStateService:DEBUG,org.elasticsearch.action.admin.indices.close:DEBUG")
8485
public void testCloseWhileRelocatingShards() throws Exception {
8586
final String[] indices = new String[randomIntBetween(3, 5)];

0 commit comments

Comments
 (0)