Skip to content

Commit c6173d3

Browse files
committed
Mute CloseWhileRelocatingShardsIT again
Tracked in 38090
1 parent b0c5660 commit c6173d3

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)