Skip to content

Commit 9fef77d

Browse files
committed
Mute testValidateFollowingIndexSettings
Tracked at #33379
1 parent d52997b commit 9fef77d

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
@@ -417,6 +417,7 @@ public void testFollowNonExistentIndex() throws Exception {
417417
expectThrows(IllegalArgumentException.class, () -> client().execute(FollowIndexAction.INSTANCE, followRequest3).actionGet());
418418
}
419419

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

0 commit comments

Comments
 (0)