File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
smoke-tests/src/test/groovy/io/opentelemetry/smoketest Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,6 @@ abstract class WildflySmokeTest extends AppServerTest {
4141 }
4242}
4343
44- abstract class WildflyJdk8SmokeTest extends WildflySmokeTest {
45- @Override
46- protected Map<String , String > getExtraEnv () {
47- // https://github.com/openjdk/jdk8u/commit/d72d28967d732ba32e02178b828255378c5a8938
48- // introduces a changes that causes wildfly to throw java.io.FileNotFoundException: Invalid file
49- // path on windows
50- return Collections . singletonMap(" JAVA_OPTS" , " -Djdk.io.File.enableADS=true " +
51- " -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true" )
52- }
53- }
54-
5544@AppServer (version = " 13.0.0.Final" , jdk = " 8" )
5645class Wildfly13Jdk8 extends WildflySmokeTest {
5746}
You can’t perform that action at this time.
0 commit comments