From 0b4937f8a34f568168f7ee80cc5335db60b7bbc1 Mon Sep 17 00:00:00 2001 From: elasticsearchmachine <58790826+elasticsearchmachine@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:17:58 +1100 Subject: [PATCH] Mute org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlIT test {p0=esql/190_lookup_join/non-lookup index} #119036 --- muted-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/muted-tests.yml b/muted-tests.yml index d33ceb68c874..ac5cf6f78a5e 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -428,3 +428,6 @@ tests: - class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlIT method: test {p0=esql/190_lookup_join/basic} issue: https://github.com/elastic/elasticsearch/issues/119035 +- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlIT + method: test {p0=esql/190_lookup_join/non-lookup index} + issue: https://github.com/elastic/elasticsearch/issues/119036