From 36d33f414338c6db3ddc5b10972396fffd0a52cc Mon Sep 17 00:00:00 2001 From: Pat Whelan Date: Wed, 1 Oct 2025 15:54:59 -0400 Subject: [PATCH] [Transform] Unmute testAuditorWritesAudits (#135786) TransformAuditorIT testAuditorWritesAudits was fixed as part of #121909 Relate #121909 Resolve #121241 --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index f3ac59db43316..6ac946995b80f 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -379,9 +379,6 @@ tests: issue: https://github.com/elastic/elasticsearch/issues/121143 - class: org.elasticsearch.xpack.ml.integration.PyTorchModelIT issue: https://github.com/elastic/elasticsearch/issues/121165 -- class: org.elasticsearch.xpack.transform.integration.TransformAuditorIT - method: testAuditorWritesAudits - issue: https://github.com/elastic/elasticsearch/issues/121241 - class: org.elasticsearch.xpack.test.rest.XPackRestIT method: test {p0=transform/*} issue: https://github.com/elastic/elasticsearch/issues/120816