Skip to content

Commit 395f3e1

Browse files
committed
Mute test #38949
1 parent 25503ef commit 395f3e1

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
@@ -218,6 +218,7 @@ public void testFollowIndex() throws Exception {
218218
}
219219
}
220220

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

0 commit comments

Comments
 (0)