Skip to content

Commit b6a7e99

Browse files
committed
Mute test #38949
1 parent 92e2ccf commit b6a7e99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ public void testFollowIndex() throws Exception {
217217
}
218218
}
219219

220+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38949")
220221
public void testFollowIndexWithConcurrentMappingChanges() throws Exception {
221222
final int numberOfPrimaryShards = randomIntBetween(1, 3);
222223
final String leaderIndexSettings = getIndexSettings(numberOfPrimaryShards, between(0, 1),

0 commit comments

Comments
 (0)