Browse Source

Remove mute for testValidationFailsWhenUpdateWithInvalidPath (#134897)

This was fixed in: https://github.com/elastic/elasticsearch/pull/134843
Johannes Fredén 3 weeks ago
parent
commit
5e48fd3da4
1 changed files with 0 additions and 3 deletions
  1. 0 3
      muted-tests.yml

+ 0 - 3
muted-tests.yml

@@ -546,9 +546,6 @@ tests:
 - class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
   method: test
   issue: https://github.com/elastic/elasticsearch/issues/134407
-- class: org.elasticsearch.xpack.security.transport.CrossClusterSigningConfigReloaderIntegTests
-  method: testValidationFailsWhenUpdateWithInvalidPath
-  issue: https://github.com/elastic/elasticsearch/issues/134805
 - class: org.elasticsearch.compute.lucene.TimeSeriesSourceOperatorTests
   method: testSliceIndex
   issue: https://github.com/elastic/elasticsearch/issues/134808