Skip to content

Commit 136f5ee

Browse files
committed
Disable failing test
1 parent c337e8a commit 136f5ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

instrumentation/jaxws/jaxws-2.0-wildfly-testing/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ dependencies {
1919
testServer("org.wildfly:wildfly-dist:18.0.0.Final@zip")
2020
}
2121

22+
otelJava {
23+
// due to security manager deprecation this test does not work on jdk 23 with default configuration
24+
maxJavaVersionForTests.set(JavaVersion.VERSION_22)
25+
}
26+
2227
tasks {
2328
// extract wildfly dist, path is used from arquillian.xml
2429
val setupServer by registering(Copy::class) {

0 commit comments

Comments
 (0)