Skip to content

Commit b864590

Browse files
committed
Mute RollupIndexerStateTests
See #45770
1 parent 5755d15 commit b864590

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/job/RollupIndexerStateTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
package org.elasticsearch.xpack.rollup.job;
77

88
import org.apache.lucene.search.TotalHits;
9+
import org.apache.lucene.util.LuceneTestCase;
910
import org.elasticsearch.action.ActionListener;
1011
import org.elasticsearch.action.bulk.BulkItemResponse;
1112
import org.elasticsearch.action.bulk.BulkRequest;
@@ -50,6 +51,7 @@
5051
import static org.mockito.Mockito.spy;
5152

5253

54+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45770")
5355
public class RollupIndexerStateTests extends ESTestCase {
5456
private static class EmptyRollupIndexer extends RollupIndexer {
5557
EmptyRollupIndexer(Executor executor, RollupJob job, AtomicReference<IndexerState> initialState,

0 commit comments

Comments
 (0)