diff --git a/Jenkinsfile b/Jenkinsfile
index f1e06b21f5..94565de826 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -125,9 +125,6 @@ stage('Configure') {
new JdkBuildEnvironment(testJavaVersion: '21', testCompilerTool: 'OpenJDK 21 Latest',
testLauncherArgs: '--enable-preview',
condition: TestCondition.AFTER_MERGE),
- new JdkBuildEnvironment(testJavaVersion: '22', testCompilerTool: 'OpenJDK 22 Latest',
- testLauncherArgs: '--enable-preview',
- condition: TestCondition.AFTER_MERGE),
new JdkBuildEnvironment(testJavaVersion: '23', testCompilerTool: 'OpenJDK 23 Latest',
testLauncherArgs: '--enable-preview',
condition: TestCondition.AFTER_MERGE),
diff --git a/pom.xml b/pom.xml
index 34807818f2..36dcd3b954 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1732,21 +1732,6 @@
-Dnet.bytebuddy.experimental=true
-
- testWithJdk22
-
-
- java-version.test.release
- 22
-
-
-
-
- true
-
- -Dnet.bytebuddy.experimental=true
-
-
testWithJdk23