Skip to content

Commit f033c3f

Browse files
committed
Mute SSLClientAuthTests.testThatHttpFailsWithoutSslClientAuth()
Tracked in #46230
1 parent 0cdc3a3 commit f033c3f

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/ssl/SSLClientAuthTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ protected boolean transportSSLEnabled() {
9898
return true;
9999
}
100100

101+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/46230")
101102
public void testThatHttpFailsWithoutSslClientAuth() throws IOException {
102103
SSLIOSessionStrategy sessionStrategy = new SSLIOSessionStrategy(SSLContexts.createDefault(), NoopHostnameVerifier.INSTANCE);
103104
try (RestClient restClient = createRestClient(httpClientBuilder -> httpClientBuilder.setSSLStrategy(sessionStrategy), "https")) {

0 commit comments

Comments
 (0)