We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e969f commit 2ca6306Copy full SHA for 2ca6306
x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/indexing/AsyncTwoPhaseIndexerTests.java
@@ -393,7 +393,6 @@ public void testFiveRuns() throws InterruptedException {
393
indexer.start();
394
assertThat(indexer.getState(), equalTo(IndexerState.STARTED));
395
assertTrue(indexer.maybeTriggerAsyncJob(System.currentTimeMillis()));
396
- assertThat(indexer.getState(), equalTo(IndexerState.INDEXING));
397
assertTrue(awaitBusy(() -> isFinished.get()));
398
indexer.assertCounters();
399
} finally {
0 commit comments