Skip to content

Commit 99d8883

Browse files
committed
disable failing test
1 parent 136f5ee commit 99d8883

File tree

1 file changed

+5
-0
lines changed
  • instrumentation/spring/spring-webmvc/spring-webmvc-3.1/wildfly-testing

1 file changed

+5
-0
lines changed

instrumentation/spring/spring-webmvc/spring-webmvc-3.1/wildfly-testing/build.gradle.kts

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

31+
otelJava {
32+
// due to security manager deprecation this test does not work on jdk 23 with default configuration
33+
maxJavaVersionForTests.set(JavaVersion.VERSION_22)
34+
}
35+
3136
tasks {
3237
// extract wildfly dist, path is used from arquillian.xml
3338
val setupServer by registering(Copy::class) {

0 commit comments

Comments
 (0)