From 6713157a7e9e811b2541a81d28c4a22d00a62ebc Mon Sep 17 00:00:00 2001 From: Kostas Krikellas <131142368+kkrik-es@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:17:38 +0300 Subject: [PATCH 1/2] Unmute LogsIndexingIT.testShrink This was wrongly muted due to #133887 Fixes #133875 --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 51089c1e33c94..0278571269673 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -543,9 +543,6 @@ tests: - class: org.elasticsearch.xpack.ml.integration.InferenceIT method: testInferClassificationModel issue: https://github.com/elastic/elasticsearch/issues/133448 -- class: org.elasticsearch.xpack.logsdb.LogsIndexingIT - method: testShrink - issue: https://github.com/elastic/elasticsearch/issues/133875 # Examples: # From 25946a94121d70edd23386c9a8a7d4046c2013fd Mon Sep 17 00:00:00 2001 From: Kostas Krikellas <131142368+kkrik-es@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:20:48 +0300 Subject: [PATCH 2/2] Update muted-tests.yml --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 0278571269673..a779a7f8b2ec1 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -507,9 +507,6 @@ tests: - class: org.elasticsearch.compute.data.BasicBlockTests method: testIntBlock issue: https://github.com/elastic/elasticsearch/issues/133596 -- class: org.elasticsearch.xpack.logsdb.patternedtext.PatternedTextFieldMapperTests - method: testSyntheticSourceMany - issue: https://github.com/elastic/elasticsearch/issues/133598 - class: org.elasticsearch.compute.data.BasicBlockTests method: testDoubleBlock issue: https://github.com/elastic/elasticsearch/issues/133606