Browse Source

Mute RecoveryRequestTrackerTests.testIdempotencyIsEnforced

Christoph Büscher 5 years ago
parent
commit
773cce2961

+ 1 - 0
server/src/test/java/org/elasticsearch/indices/recovery/RecoveryRequestTrackerTests.java

@@ -47,6 +47,7 @@ public class RecoveryRequestTrackerTests extends ESTestCase {
         super.tearDown();
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/57199")
     public void testIdempotencyIsEnforced() {
         Set<Long> seqNosReturned = ConcurrentCollections.newConcurrentSet();
         ConcurrentMap<Long, Set<PlainActionFuture<Void>>> seqToResult = ConcurrentCollections.newConcurrentMap();