mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[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…
x
Reference in New Issue
Block a user