From 90f0a613b0e208c9b511cc23ed8a31f46faf6ec0 Mon Sep 17 00:00:00 2001 From: Luigi Dell'Aquila Date: Wed, 23 Apr 2025 09:48:48 +0200 Subject: [PATCH] ES|QL: unmute GenerativeIT --- muted-tests.yml | 3 --- .../elasticsearch/xpack/esql/qa/single_node/GenerativeIT.java | 2 +- .../xpack/esql/qa/rest/generative/GenerativeRestTest.java | 3 ++- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index d7f4fa7211169..0f5b6de24a99d 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -429,9 +429,6 @@ tests: - class: org.elasticsearch.search.query.QueryPhaseTimeoutTests method: testBulkScorerTimeout issue: https://github.com/elastic/elasticsearch/issues/127156 -- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT - method: test - issue: https://github.com/elastic/elasticsearch/issues/127157 - class: org.elasticsearch.packaging.test.DockerTests method: test026InstallBundledRepositoryPluginsViaConfigFile issue: https://github.com/elastic/elasticsearch/issues/127158 diff --git a/x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/GenerativeIT.java b/x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/GenerativeIT.java index 1d536a5d889bb..6d4522b34caee 100644 --- a/x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/GenerativeIT.java +++ b/x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/GenerativeIT.java @@ -15,7 +15,7 @@ import org.junit.ClassRule; /** - * This test generates random queries, runs them agains the CSV test dataset and checks that they don't throw unexpected exceptions. + * This test generates random queries, runs them against the CSV test dataset and checks that they don't throw unexpected exceptions. * * If muted, please: *