From 8cff07be3286f2b890fd82ab35cb3e3f4fb4858c Mon Sep 17 00:00:00 2001 From: Felix Barnsteiner Date: Thu, 21 Aug 2025 09:14:34 +0200 Subject: [PATCH] Unmute IpBlockLoaderTests Fixed by https://github.com/elastic/elasticsearch/pull/133192 --- muted-tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 5845b1380efd3..01098f0cc0d70 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -588,15 +588,6 @@ tests: - class: org.elasticsearch.gradle.internal.transport.TransportVersionValidationFuncTest method: definitions have primary ids which cannot change issue: https://github.com/elastic/elasticsearch/issues/133131 -- class: org.elasticsearch.index.mapper.blockloader.IpFieldBlockLoaderTests - method: testBlockLoader {preference=Params[syntheticSource=true, preference=NONE]} - issue: https://github.com/elastic/elasticsearch/issues/133216 -- class: org.elasticsearch.index.mapper.blockloader.IpFieldBlockLoaderTests - method: testBlockLoader {preference=Params[syntheticSource=true, preference=DOC_VALUES]} - issue: https://github.com/elastic/elasticsearch/issues/133217 -- class: org.elasticsearch.index.mapper.blockloader.IpFieldBlockLoaderTests - method: testBlockLoader {preference=Params[syntheticSource=true, preference=STORED]} - issue: https://github.com/elastic/elasticsearch/issues/133218 - class: org.elasticsearch.xpack.esql.action.RandomizedTimeSeriesIT method: testGroupBySubset issue: https://github.com/elastic/elasticsearch/issues/133220