Mute FilteringAllocationIT testTransientSettingsStillApplied

Relates to https://github.com/elastic/elasticsearch/issues/45003
This commit is contained in:
David Kyle 2019-07-30 13:01:09 +01:00
parent 19426f9cdf
commit 78aa6143a6
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ public class FilteringAllocationIT extends ESIntegTestCase {
assertEquals("invalid IP address [192.168.1.1.] for [" + filterSetting.getKey() + ipKey + "]", e.getMessage());
}
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/45003")
public void testTransientSettingsStillApplied() {
List<String> nodes = internalCluster().startNodes(6);
Set<String> excludeNodes = new HashSet<>(nodes.subList(0, 3));