We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42a50e commit 9e678a3Copy full SHA for 9e678a3
server/src/internalClusterTest/java/org/opensearch/remotestore/WritableWarmIT.java
@@ -80,7 +80,7 @@ public void testWritableWarmFeatureFlagDisabled() {
80
try {
81
prepareCreate(INDEX_NAME).setSettings(indexSettings).get();
82
fail("Should have thrown Exception as setting should not be registered if Feature Flag is Disabled");
83
- } catch (SettingsException ex) {
+ } catch (SettingsException | IllegalArgumentException ex) {
84
assertEquals(
85
"unknown setting ["
86
+ IndexModule.INDEX_STORE_LOCALITY_SETTING.getKey()
0 commit comments