Skip to content

Commit 978a0e6

Browse files
[SQL] Mute JdbcConfigurationTests.testDriverConfigurationWithSSLInURL (#49085)
Relates #41557
1 parent c1146f1 commit 978a0e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
package org.elasticsearch.xpack.sql.jdbc;
77

8-
import org.apache.lucene.util.Constants;
98
import org.elasticsearch.SpecialPermission;
109
import org.elasticsearch.test.ESTestCase;
1110
import org.elasticsearch.xpack.sql.client.SslConfig;
@@ -258,8 +257,8 @@ public void testSSLPropertiesOverride() throws Exception {
258257
}
259258

260259
@SuppressForbidden(reason = "JDBC drivers allows logging to Sys.out")
260+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41557")
261261
public void testDriverConfigurationWithSSLInURL() {
262-
assumeFalse("https://github.com/elastic/elasticsearch/issues/41557", Constants.WINDOWS);
263262
Map<String, String> urlPropMap = sslProperties();
264263
String sslUrlProps = urlPropMap.entrySet().stream().map(e -> e.getKey() + "=" + e.getValue()).collect(Collectors.joining("&"));
265264

0 commit comments

Comments
 (0)