Skip to content

Commit

Permalink
TEST: Mute testRetentionPolicyChangeDuringRecovery
Browse files Browse the repository at this point in the history
Tracked at #32089
  • Loading branch information
dnhatn committed Aug 17, 2018
1 parent 967b178 commit 86ffce4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
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;
Expand Down Expand Up @@ -74,7 +73,7 @@ public void testTranslogHistoryTransferred() throws Exception {
}
}

@TestLogging("_root:TRACE")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32089")
public void testRetentionPolicyChangeDuringRecovery() throws Exception {
try (ReplicationGroup shards = createGroup(0)) {
shards.startPrimary();
Expand Down

0 comments on commit 86ffce4

Please sign in to comment.