Mute RollupIndexerStateTests#testIndexing.

Tracked in #41046.
This commit is contained in:
Julie Tibshirani 2019-04-09 17:09:08 -07:00
parent 0702c72151
commit 0d5f86a001
1 changed files with 1 additions and 0 deletions

View File

@ -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);