Skip to content

Commit

Permalink
Mute testDriverConfigurationWithSSLInURL
Browse files Browse the repository at this point in the history
Tracked at #41557
  • Loading branch information
dnhatn committed Apr 25, 2019
1 parent 0ca375e commit 29fefcf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public void testSSLPropertiesOverride() throws Exception {
assertSslConfig(props, JdbcConfiguration.create("jdbc:es://test?" + sslUrlProps.toString(), props, 0).sslConfig());
}

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

Expand Down

0 comments on commit 29fefcf

Please sign in to comment.