File tree 1 file changed +1
-2
lines changed
x-pack/plugin/sql/jdbc/src/test/java/org/elasticsearch/xpack/sql/jdbc
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
package org .elasticsearch .xpack .sql .jdbc ;
7
7
8
- import org .apache .lucene .util .Constants ;
9
8
import org .elasticsearch .SpecialPermission ;
10
9
import org .elasticsearch .test .ESTestCase ;
11
10
import org .elasticsearch .xpack .sql .client .SslConfig ;
@@ -258,8 +257,8 @@ public void testSSLPropertiesOverride() throws Exception {
258
257
}
259
258
260
259
@ SuppressForbidden (reason = "JDBC drivers allows logging to Sys.out" )
260
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/41557" )
261
261
public void testDriverConfigurationWithSSLInURL () {
262
- assumeFalse ("https://github.com/elastic/elasticsearch/issues/41557" , Constants .WINDOWS );
263
262
Map <String , String > urlPropMap = sslProperties ();
264
263
String sslUrlProps = urlPropMap .entrySet ().stream ().map (e -> e .getKey () + "=" + e .getValue ()).collect (Collectors .joining ("&" ));
265
264
You can’t perform that action at this time.
0 commit comments