Skip to content

Commit 16b53b5

Browse files
committed
Mute testValidateFollowingIndexSettings
Tracked at #33379
1 parent 761e8c4 commit 16b53b5

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/ShardChangesIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ public void testFollowNonExistentIndex() throws Exception {
419419
}
420420

421421
@TestLogging("_root:DEBUG")
422+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33379")
422423
public void testValidateFollowingIndexSettings() throws Exception {
423424
assertAcked(client().admin().indices().prepareCreate("test-leader")
424425
.setSettings(Settings.builder().put(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), true)));

0 commit comments

Comments
 (0)