diff --git a/server/src/test/java/org/elasticsearch/indices/state/CloseWhileRelocatingShardsIT.java b/server/src/test/java/org/elasticsearch/indices/state/CloseWhileRelocatingShardsIT.java index 02484eb0de1..165360c3597 100644 --- a/server/src/test/java/org/elasticsearch/indices/state/CloseWhileRelocatingShardsIT.java +++ b/server/src/test/java/org/elasticsearch/indices/state/CloseWhileRelocatingShardsIT.java @@ -64,6 +64,7 @@ public class CloseWhileRelocatingShardsIT extends ESIntegTestCase { return 1; } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37274") public void testCloseWhileRelocatingShards() throws Exception { final String[] indices = new String[randomIntBetween(1, 3)]; final Map docsPerIndex = new HashMap<>();