Browse Source

Mute ESQL tests that fail with multiple projects

Niels Bauman 10 months ago
parent
commit
ee79f1e037

+ 3 - 0
x-pack/qa/multi-project/xpack-rest-tests-with-multiple-projects/build.gradle

@@ -46,6 +46,9 @@ tasks.named("yamlRestTest").configure {
     '^esql/62_extra_enrich/*',
     '^esql/63_enrich_int_range/*',
     '^esql/64_enrich_int_match/*',
+    '^esql/180_match_operator/*',
+    '^esql/180_match_operator/*',
+    '^esql/190_lookup_join/*',
     '^health/10_usage/*',
     '^ilm/10_basic/Test Undeletable Policy In Use',
     '^ilm/20_move_to_step/*',