From cdc82797627cf59348faea8ddcb8ae7aed061f2a Mon Sep 17 00:00:00 2001 From: John Wagster Date: Wed, 20 Aug 2025 14:57:02 -0500 Subject: [PATCH] unmuting test that was only failing because of a node failure --- muted-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 1c515c86af5b7..8880af484c7ca 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -465,9 +465,9 @@ tests: - class: org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT method: testRevertModelSnapshot_DeleteInterveningResults issue: https://github.com/elastic/elasticsearch/issues/132349 -- class: org.elasticsearch.xpack.ml.integration.TextEmbeddingQueryIT - method: testHybridSearch - issue: https://github.com/elastic/elasticsearch/issues/132703 +#- class: org.elasticsearch.xpack.ml.integration.TextEmbeddingQueryIT +# method: testHybridSearch +# issue: https://github.com/elastic/elasticsearch/issues/132703 - class: org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT method: testRevertModelSnapshot issue: https://github.com/elastic/elasticsearch/issues/132733