Skip to content

Commit f32d7b6

Browse files
authored
Mute text embedding CSV tests. (#136203)
Text embedding CSV specs are causing some trouble to other CSV tests. #136089 #136090
1 parent cca719f commit f32d7b6

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

muted-tests.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -633,12 +633,6 @@ tests:
633633
- class: org.elasticsearch.xpack.security.authz.microsoft.MicrosoftGraphAuthzPluginIT
634634
method: testConcurrentAuthentication
635635
issue: https://github.com/elastic/elasticsearch/issues/135777
636-
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT
637-
method: test {csv-spec:math.NegateIntLongDouble}
638-
issue: https://github.com/elastic/elasticsearch/issues/136089
639-
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT
640-
method: test {csv-spec:text-embedding.Text_embedding with multiple knn queries in fork}
641-
issue: https://github.com/elastic/elasticsearch/issues/136090
642636
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
643637
method: test {csv-spec:fork.ForkBranchWithInlineStats}
644638
issue: https://github.com/elastic/elasticsearch/issues/136091
@@ -666,9 +660,6 @@ tests:
666660
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
667661
method: test {csv-spec:text-embedding.Text_embedding with knn (inline) on semantic_text_dense_field}
668662
issue: https://github.com/elastic/elasticsearch/issues/136142
669-
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
670-
method: test {csv-spec:text-embedding.Text_embedding with multiple knn queries in fork}
671-
issue: https://github.com/elastic/elasticsearch/issues/136090
672663
- class: org.elasticsearch.versioning.ConcurrentSeqNoVersioningIT
673664
method: testSeqNoCASLinearizability
674665
issue: https://github.com/elastic/elasticsearch/issues/117249
@@ -687,6 +678,9 @@ tests:
687678
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
688679
method: test {csv-spec:math.LeastGreatestMany}
689680
issue: https://github.com/elastic/elasticsearch/issues/136161
681+
- class: org.elasticsearch.xpack.esql.qa.*.EsqlSpecIT
682+
method: test {csv-spec:text-embedding.*}
683+
issue: https://github.com/elastic/elasticsearch/issues/136090
690684

691685
# Examples:
692686
#

0 commit comments

Comments
 (0)