Skip to content

Commit

Permalink
Mute ClusterDisruptionIT testAckedIndexing
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Jan 24, 2019
1 parent 64adb5a commit bcf5a4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public class ClusterDisruptionIT extends AbstractDisruptionTestCase {
"org.elasticsearch.discovery:TRACE,org.elasticsearch.action.support.replication:TRACE," +
"org.elasticsearch.cluster.service:TRACE,org.elasticsearch.indices.recovery:TRACE," +
"org.elasticsearch.indices.cluster:TRACE,org.elasticsearch.index.shard:TRACE")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37810")
public void testAckedIndexing() throws Exception {

final int seconds = !(TEST_NIGHTLY && rarely()) ? 1 : 5;
Expand Down

0 comments on commit bcf5a4c

Please sign in to comment.