Skip to content

Commit 29fefcf

Browse files
committed
Mute testDriverConfigurationWithSSLInURL
Tracked at #41557
1 parent 0ca375e commit 29fefcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/sql/jdbc/src/test/java/org/elasticsearch/xpack/sql/jdbc/JdbcConfigurationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ public void testSSLPropertiesOverride() throws Exception {
252252
assertSslConfig(props, JdbcConfiguration.create("jdbc:es://test?" + sslUrlProps.toString(), props, 0).sslConfig());
253253
}
254254

255+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41557")
255256
public void testDriverConfigurationWithSSLInURL() {
256257
Map<String, String> urlPropMap = sslProperties();
257258

0 commit comments

Comments
 (0)