From 10d0ad2c95a7a960421978adbc697a2cca24d16b Mon Sep 17 00:00:00 2001 From: ChrisHegarty Date: Thu, 31 Jul 2025 11:36:09 +0100 Subject: [PATCH] Mute a couple of ValuesSourceReaderOperatorTests in lucene_snapshot --- muted-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/muted-tests.yml b/muted-tests.yml index d1c0336eba6bf..528398aeb462a 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -479,6 +479,12 @@ tests: - class: org.elasticsearch.compute.lucene.read.SortedSetOrdinalsBuilderTests method: testReader issue: https://github.com/elastic/elasticsearch/issues/131573 +- class: org.elasticsearch.compute.lucene.read.ValuesSourceReaderOperatorTests + method: testLoadLongShuffledManySegments + issue: https://github.com/elastic/elasticsearch/issues/132258 +- class: org.elasticsearch.compute.lucene.read.ValuesSourceReaderOperatorTests + method: testLoadLongManySegments + issue: https://github.com/elastic/elasticsearch/issues/132258 - class: org.elasticsearch.search.SearchWithIndexBlocksIT method: testSearchShardsOnIndicesWithIndexRefreshBlocks issue: https://github.com/elastic/elasticsearch/issues/131662