TEST: Mute testPrimaryRelocationWhileIndexing

AwaitsFix #29626
This commit is contained in:
Nhat Nguyen 2018-04-19 19:15:30 -04:00
parent 5d767e449a
commit 293f85cd52
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class IndexPrimaryRelocationIT extends ESIntegTestCase {
private static final int RELOCATION_COUNT = 15;
@TestLogging("_root:DEBUG,org.elasticsearch.action.bulk:TRACE,org.elasticsearch.index.shard:TRACE,org.elasticsearch.cluster.service:TRACE")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29626")
public void testPrimaryRelocationWhileIndexing() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(randomIntBetween(2, 3));
client().admin().indices().prepareCreate("test")