From 1fb677f461018d4ecdd61d6cc284a02f911224d0 Mon Sep 17 00:00:00 2001 From: Simon Cooper Date: Mon, 16 Dec 2024 09:17:17 +0000 Subject: [PATCH] Unmute test UpdateResponseTests.testToAndFromXContent (#118449) Test is no longer failing... --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 09b3050359d37..33f5434d6a963 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -79,9 +79,6 @@ tests: - class: org.elasticsearch.xpack.restart.MLModelDeploymentFullClusterRestartIT method: testDeploymentSurvivesRestart {cluster=UPGRADED} issue: https://github.com/elastic/elasticsearch/issues/115528 -- class: org.elasticsearch.action.update.UpdateResponseTests - method: testToAndFromXContent - issue: https://github.com/elastic/elasticsearch/issues/115689 - class: org.elasticsearch.xpack.shutdown.NodeShutdownIT method: testStalledShardMigrationProperlyDetected issue: https://github.com/elastic/elasticsearch/issues/115697