parent
0702c72151
commit
0d5f86a001
|
@ -256,6 +256,7 @@ public class RollupIndexerStateTests extends ESTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41046")
|
||||
public void testIndexing() throws Exception {
|
||||
RollupJob job = new RollupJob(ConfigTestHelpers.randomRollupJobConfig(random()), Collections.emptyMap());
|
||||
AtomicReference<IndexerState> state = new AtomicReference<>(IndexerState.STOPPED);
|
||||
|
|
Loading…
Reference in New Issue