Mute testDoNotInfinitelyWaitForMapping

Tracked at #47974
This commit is contained in:
Nhat Nguyen 2019-10-13 21:19:14 -04:00
parent 2995d4a9c0
commit 8180cf1e68
1 changed files with 1 additions and 0 deletions

View File

@ -997,6 +997,7 @@ public class IndexRecoveryIT extends ESIntegTestCase {
assertThat(recoveryStates.get(0).getTranslog().recoveredOperations(), greaterThan(0));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47974")
public void testDoNotInfinitelyWaitForMapping() {
internalCluster().ensureAtLeastNumDataNodes(3);
createIndex("test", Settings.builder()