Skip to content

Commit c337e8a

Browse files
committed
Disable failing test
1 parent 979b159 commit c337e8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)