Skip to content

Commit 572ce11

Browse files
committed
AwaitsFix #108441
1 parent 2a327b1 commit 572ce11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/transport/netty4/IpFilterRemoteAddressFilterTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public void init() throws Exception {
102102
}
103103
}
104104

105+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/108441")
105106
public void testThatFilteringWorksByIp() throws Exception {
106107
InetSocketAddress localhostAddr = new InetSocketAddress(InetAddresses.forString("127.0.0.1"), 12345);
107108
assertThat(handler.accept(mock(ChannelHandlerContext.class), localhostAddr), is(true));

0 commit comments

Comments
 (0)