Skip to content

Commit c5eed7e

Browse files
davidkyleDaveCTurner
authored andcommitted
Mute FilteringAllocationIT testTransientSettingsStillApplied
Relates to #45003
1 parent 7776f75 commit c5eed7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/cluster/allocation/FilteringAllocationIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public void testInvalidIPFilterClusterSettings() {
181181
assertEquals("invalid IP address [192.168.1.1.] for [" + filterSetting.getKey() + ipKey + "]", e.getMessage());
182182
}
183183

184+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/45003")
184185
public void testTransientSettingsStillApplied() {
185186
List<String> nodes = internalCluster().startNodes(6);
186187
Set<String> excludeNodes = new HashSet<>(nodes.subList(0, 3));

0 commit comments

Comments
 (0)