[TEST] Mute IPFilterTests.testThatNodeStartsWithIPFilterDisabled

Due to https://github.com/elastic/elasticsearch/issues/62298
This commit is contained in:
David Roberts 2020-09-21 14:48:41 +01:00
parent d6e977f87b
commit 4537561692
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ public class IPFilterTests extends ESTestCase {
assertAddressIsDeniedForProfile("default", "8.8.8.8");
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62298")
public void testThatNodeStartsWithIPFilterDisabled() throws Exception {
Settings.Builder builder = Settings.builder();
if (inFipsJvm()) {