Browse Source

Mute testRelocationWithConcurrentIndexing

Tracked at #34950
Nhat Nguyen 6 years ago
parent
commit
8add00079e

+ 1 - 0
qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java

@@ -205,6 +205,7 @@ public class RecoveryIT extends AbstractRollingTestCase {
         return null;
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34950")
     public void testRelocationWithConcurrentIndexing() throws Exception {
         final String index = "relocation_with_concurrent_indexing";
         switch (CLUSTER_TYPE) {