Skip to content

Commit e9dd69b

Browse files
dnhatnhowardhuanghua
authored andcommitted
Mute testDoNotInfinitelyWaitForMapping
Tracked at elastic#47974
1 parent 414d33b commit e9dd69b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ public void testHistoryRetention() throws Exception {
998998
assertThat(recoveryState.getTranslog().recoveredOperations(), greaterThan(0));
999999
}
10001000

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

0 commit comments

Comments
 (0)