Skip to content

Commit e83d9be

Browse files
authored
Remove dead code (#8547)
1 parent 58cc55d commit e83d9be

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

smoke-tests/src/test/groovy/io/opentelemetry/smoketest/WildflySmokeTest.groovy

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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")
5645
class Wildfly13Jdk8 extends WildflySmokeTest {
5746
}

0 commit comments

Comments
 (0)