From c0479cc67e5930df81761df1fcdf160d56b563ad Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Tue, 24 Feb 2026 15:53:39 +1100 Subject: [PATCH] [Test] Unmute tests of SnapshotShutdownIT Same issue as #142805 and fixed by #142852. Resolves #142868 Resolves #142869 Resolves #142870 Resolves #142871 --- muted-tests.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index c5910b9e5309f..3cd5371ff28a7 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -431,18 +431,6 @@ tests: - class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT method: test {csv-spec:spatial.ConvertFromStringParseError} issue: https://github.com/elastic/elasticsearch/issues/142843 -- class: org.elasticsearch.snapshots.SnapshotShutdownIT - method: testRemoveNodeDuringSnapshot - issue: https://github.com/elastic/elasticsearch/issues/142868 -- class: org.elasticsearch.snapshots.SnapshotShutdownIT - method: testAbortSnapshotWhileRemovingNode - issue: https://github.com/elastic/elasticsearch/issues/142869 -- class: org.elasticsearch.snapshots.SnapshotShutdownIT - method: testDeleteSnapshotWithPausedShardSnapshots - issue: https://github.com/elastic/elasticsearch/issues/142870 -- class: org.elasticsearch.snapshots.SnapshotShutdownIT - method: testStartRemoveNodeButDoNotComplete - issue: https://github.com/elastic/elasticsearch/issues/142871 - class: org.elasticsearch.benchmark.vector.scorer.VectorScorerOSQBenchmarkTests method: testSingleScalarVsVectorized {p0=1024 p1=1 p2=NIO p3=DOT_PRODUCT} issue: https://github.com/elastic/elasticsearch/issues/142881