Mute ClusterDisruptionIT testAckedIndexing

Due to https://github.com/elastic/elasticsearch/issues/37810
This commit is contained in:
David Roberts 2019-01-24 10:58:02 +00:00
parent 64adb5ad5b
commit bcf5a4ca47
1 changed files with 1 additions and 0 deletions

View File

@ -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;