From 258013a5686ab600171ffd3b0ea356bef77a86d2 Mon Sep 17 00:00:00 2001 From: elasticsearchmachine <58790826+elasticsearchmachine@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:21:15 +1100 Subject: [PATCH] Mute org.elasticsearch.xpack.transform.integration.TransformAuditorIT testAuditorWritesAudits #121241 --- muted-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/muted-tests.yml b/muted-tests.yml index 158e4a92be498..7a206a1f0cd2a 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -495,3 +495,6 @@ tests: - class: org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT method: test {p0=data_stream/140_data_stream_aliases/Create data stream alias with filter} issue: https://github.com/elastic/elasticsearch/issues/121014 +- class: org.elasticsearch.xpack.transform.integration.TransformAuditorIT + method: testAuditorWritesAudits + issue: https://github.com/elastic/elasticsearch/issues/121241