Parcourir la source

Mute testRecoveryWithConcurrentIndexing

Relates #33473
Relates #33616
Nhat Nguyen il y a 7 ans
Parent
commit
dcbbaad296

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

@@ -111,6 +111,7 @@ public class RecoveryIT extends AbstractRollingTestCase {
         return future;
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/33616")
     public void testRecoveryWithConcurrentIndexing() throws Exception {
         final String index = "recovery_with_concurrent_indexing";
         Response response = client().performRequest(new Request("GET", "_nodes"));
@@ -183,6 +184,7 @@ public class RecoveryIT extends AbstractRollingTestCase {
     }
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/33616")
     public void testRelocationWithConcurrentIndexing() throws Exception {
         final String index = "relocation_with_concurrent_indexing";
         switch (CLUSTER_TYPE) {