Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -642,12 +642,6 @@ tests:
- class: org.elasticsearch.xpack.security.authz.microsoft.MicrosoftGraphAuthzPluginIT
method: testConcurrentAuthentication
issue: https://github.com/elastic/elasticsearch/issues/135777
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT
method: test {csv-spec:math.NegateIntLongDouble}
issue: https://github.com/elastic/elasticsearch/issues/136089
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT
method: test {csv-spec:text-embedding.Text_embedding with multiple knn queries in fork}
issue: https://github.com/elastic/elasticsearch/issues/136090
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
method: test {csv-spec:fork.ForkBranchWithInlineStats}
issue: https://github.com/elastic/elasticsearch/issues/136091
Expand Down Expand Up @@ -675,9 +669,6 @@ tests:
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
method: test {csv-spec:text-embedding.Text_embedding with knn (inline) on semantic_text_dense_field}
issue: https://github.com/elastic/elasticsearch/issues/136142
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
method: test {csv-spec:text-embedding.Text_embedding with multiple knn queries in fork}
issue: https://github.com/elastic/elasticsearch/issues/136090
- class: org.elasticsearch.versioning.ConcurrentSeqNoVersioningIT
method: testSeqNoCASLinearizability
issue: https://github.com/elastic/elasticsearch/issues/117249
Expand All @@ -696,6 +687,9 @@ tests:
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
method: test {csv-spec:math.LeastGreatestMany}
issue: https://github.com/elastic/elasticsearch/issues/136161
- class: org.elasticsearch.xpack.esql.qa.*.EsqlSpecIT
method: test {csv-spec:text-embedding.*}
issue: https://github.com/elastic/elasticsearch/issues/136090

# Examples:
#
Expand Down