From 60e0613b2376bcb92c63983a9c2e38893b7ebc3c Mon Sep 17 00:00:00 2001 From: Ben Chaplin Date: Fri, 7 Nov 2025 13:13:47 -0500 Subject: [PATCH] Unmute SearchWithRandomDisconnectsIT (resolved by #136889) --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index ec8b216a981c4..4b16e087cc9cd 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -152,9 +152,6 @@ tests: - class: org.elasticsearch.action.RejectionActionIT method: testSimulatedSearchRejectionLoad issue: https://github.com/elastic/elasticsearch/issues/125901 -- class: org.elasticsearch.search.basic.SearchWithRandomDisconnectsIT - method: testSearchWithRandomDisconnects - issue: https://github.com/elastic/elasticsearch/issues/122707 - class: org.elasticsearch.xpack.test.rest.XPackRestIT method: test {p0=transform/transforms_reset/Test force reseting a running transform} issue: https://github.com/elastic/elasticsearch/issues/126240