Mute SimpleSecurityNetty4TransportTests.testRenegotiation
This test has failed 3 times in the last 3 days Relates: #33772
This commit is contained in:
parent
44c7c4b166
commit
3ca53437a2
|
@ -184,6 +184,7 @@ public class SimpleSecurityNetty4TransportTests extends AbstractSimpleTransportT
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressForbidden(reason = "Need to open socket connection")
|
@SuppressForbidden(reason = "Need to open socket connection")
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33772")
|
||||||
public void testRenegotiation() throws Exception {
|
public void testRenegotiation() throws Exception {
|
||||||
SSLService sslService = createSSLService();
|
SSLService sslService = createSSLService();
|
||||||
final SSLConfiguration sslConfiguration = sslService.getSSLConfiguration("xpack.ssl");
|
final SSLConfiguration sslConfiguration = sslService.getSSLConfiguration("xpack.ssl");
|
||||||
|
|
Loading…
Reference in New Issue