Skip to content

Commit

Permalink
remove reference to yamlRestTestV7CompatTransform brought in by last …
Browse files Browse the repository at this point in the history
…sync with main
  • Loading branch information
jakelandis committed Sep 10, 2024
1 parent 2fa0cc2 commit 10ba96c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions x-pack/plugin/eql/qa/rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ tasks.named('yamlRestCompatTest') {
usesDefaultDistribution()
}

tasks.named("yamlRestTestV7CompatTransform").configure {task ->
task.skipTest("eql/10_basic/Execute EQL events query with wildcard (*) fields filtering.", "Change of locale with Java 23 makes these tests non deterministic")
task.skipTest("eql/10_basic/Execute EQL sequence with fields filtering.", "Change of locale with Java 23 makes these tests non deterministic")
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")
task.skipTest("eql/10_basic/Execute EQL events query with fields filtering", "Change of locale with Java 23 makes these tests non deterministic")
task.skipTest("eql/10_basic/Execute EQL sequence with wildcard (*) fields filtering.", "Change of locale with Java 23 makes these tests non deterministic")
}

if (BuildParams.inFipsJvm){
// This test cluster is using a BASIC license and FIPS 140 mode is not supported in BASIC
tasks.named("javaRestTest").configure{enabled = false }
Expand Down

0 comments on commit 10ba96c

Please sign in to comment.