We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761e8c4 commit 16b53b5Copy full SHA for 16b53b5
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/ShardChangesIT.java
@@ -419,6 +419,7 @@ public void testFollowNonExistentIndex() throws Exception {
419
}
420
421
@TestLogging("_root:DEBUG")
422
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33379")
423
public void testValidateFollowingIndexSettings() throws Exception {
424
assertAcked(client().admin().indices().prepareCreate("test-leader")
425
.setSettings(Settings.builder().put(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), true)));
0 commit comments