소스 검색

Revert "Mute testRetentionPolicyChangeDuringRecovery"

This test is fixed by https://github.com/elastic/elasticsearch/pull/27947
This reverts commit cba80f3972d76f655a1a048aab1121b56f2b3a56.
Nhat Nguyen 7 년 전
부모
커밋
7e3dc122fd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      core/src/test/java/org/elasticsearch/indices/recovery/RecoveryTests.java

+ 0 - 1
core/src/test/java/org/elasticsearch/indices/recovery/RecoveryTests.java

@@ -68,7 +68,6 @@ public class RecoveryTests extends ESIndexLevelReplicationTestCase {
         }
     }
 
-    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27861")
     public void testRetentionPolicyChangeDuringRecovery() throws Exception {
         try (ReplicationGroup shards = createGroup(0)) {
             shards.startPrimary();