Skip to content

Commit dcc7b8c

Browse files
EQL: Mute bwc tests that have incompatibilities with Java 23 (#112699) (#112787)
1 parent 6c8b866 commit dcc7b8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

x-pack/plugin/eql/qa/rest/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ tasks.named('yamlRestTestV7CompatTest') {
3030
usesDefaultDistribution()
3131
}
3232

33+
tasks.named("yamlRestTestV7CompatTransform").configure {task ->
34+
task.skipTest("eql/10_basic/Execute EQL events query with wildcard (*) fields filtering.", "Change of locale with Java 23 makes these tests non deterministic")
35+
task.skipTest("eql/10_basic/Execute EQL sequence with fields filtering.", "Change of locale with Java 23 makes these tests non deterministic")
36+
task.skipTest("eql/10_basic/Execute EQL sequence with custom format for timestamp field.", "Change of locale with Java 23 makes these tests non deterministic")
37+
task.skipTest("eql/10_basic/Execute EQL events query with fields filtering", "Change of locale with Java 23 makes these tests non deterministic")
38+
task.skipTest("eql/10_basic/Execute EQL sequence with wildcard (*) fields filtering.", "Change of locale with Java 23 makes these tests non deterministic")
39+
}
40+
3341
if (BuildParams.inFipsJvm){
3442
// This test cluster is using a BASIC license and FIPS 140 mode is not supported in BASIC
3543
tasks.named("javaRestTest").configure{enabled = false }

0 commit comments

Comments
 (0)