TEST: Mute testRetentionPolicyChangeDuringRecovery

Tracked at #32089
This commit is contained in:
Nhat Nguyen 2018-08-17 13:55:42 -04:00
parent 967b1785fa
commit 86ffce4bbc
1 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ import org.elasticsearch.index.seqno.SequenceNumbers;
import org.elasticsearch.index.shard.IndexShard;
import org.elasticsearch.index.translog.SnapshotMatchers;
import org.elasticsearch.index.translog.Translog;
import org.elasticsearch.test.junit.annotations.TestLogging;
import java.util.HashMap;
import java.util.List;
@ -74,7 +73,7 @@ public class RecoveryTests extends ESIndexLevelReplicationTestCase {
}
}
@TestLogging("_root:TRACE")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32089")
public void testRetentionPolicyChangeDuringRecovery() throws Exception {
try (ReplicationGroup shards = createGroup(0)) {
shards.startPrimary();