Skip to content

Commit

Permalink
Mute testDoNotInfinitelyWaitForMapping
Browse files Browse the repository at this point in the history
Tracked at #47974
  • Loading branch information
dnhatn committed Oct 14, 2019
1 parent 7f83d06 commit 67ec986
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ public void testHistoryRetention() throws Exception {
assertThat(recoveryState.getTranslog().recoveredOperations(), greaterThan(0));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47974")
public void testDoNotInfinitelyWaitForMapping() {
internalCluster().ensureAtLeastNumDataNodes(3);
createIndex("test", Settings.builder()
Expand Down

0 comments on commit 67ec986

Please sign in to comment.