From 20aa9f98475ebc7fa12b230d1798bd056e84d591 Mon Sep 17 00:00:00 2001 From: elasticsearchmachine <58790826+elasticsearchmachine@users.noreply.github.com> Date: Sat, 18 Jan 2025 09:12:31 +1100 Subject: [PATCH] Mute org.elasticsearch.xpack.migrate.action.ReindexDatastreamIndexTransportActionIT testTsdbStartEndSet #120314 --- muted-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/muted-tests.yml b/muted-tests.yml index 3cbaf739a6ede..8478014eb751a 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -447,3 +447,6 @@ tests: - class: org.elasticsearch.search.basic.SearchWithRandomIOExceptionsIT method: testRandomDirectoryIOExceptions issue: https://github.com/elastic/elasticsearch/issues/118733 +- class: org.elasticsearch.xpack.migrate.action.ReindexDatastreamIndexTransportActionIT + method: testTsdbStartEndSet + issue: https://github.com/elastic/elasticsearch/issues/120314