[TEST] Mute IPFilterTests.testThatNodeStartsWithIPFilterDisabled
Due to https://github.com/elastic/elasticsearch/issues/62298
This commit is contained in:
parent
d6e977f87b
commit
4537561692
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue