Skip to content

Commit 61f635e

Browse files
authored
Merge branch 'main' into partial-fail-results
2 parents c1f569a + 0497e4b commit 61f635e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

muted-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,15 @@ tests:
348348
- class: org.elasticsearch.upgrades.LogsdbIndexingRollingUpgradeIT
349349
method: testIndexing {upgradedNodes=1}
350350
issue: https://github.com/elastic/elasticsearch/issues/124833
351+
- class: org.elasticsearch.xpack.ilm.DataStreamAndIndexLifecycleMixingTests
352+
method: testUpdateIndexTemplateToDataStreamLifecyclePreference
353+
issue: https://github.com/elastic/elasticsearch/issues/124837
354+
- class: org.elasticsearch.xpack.esql.optimizer.rules.logical.PropagateInlineEvalsTests
355+
method: testGroupingAliasingMoved_To_LeftSideOfJoin
356+
issue: https://github.com/elastic/elasticsearch/issues/124839
357+
- class: org.elasticsearch.xpack.esql.optimizer.rules.logical.PropagateInlineEvalsTests
358+
method: testGroupingAliasingMoved_To_LeftSideOfJoin_WithExpression
359+
issue: https://github.com/elastic/elasticsearch/issues/124838
351360

352361
# Examples:
353362
#

0 commit comments

Comments
 (0)