Browse Source

Mute CloseWhileRelocatingShardsIT.testCloseWhileRelocatingShards

Tracked by #37274
Alpar Torok 6 years ago
parent
commit
82ca2d62de

+ 1 - 0
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<String, Long> docsPerIndex = new HashMap<>();