Skip to content

Commit 980f90e

Browse files
committed
Missed one
1 parent 5a76108 commit 980f90e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/ilm/IndexLifecycleRunnerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ public void testRunStateChangePolicyWithNoNextStep() throws Exception {
306306

307307
assertEquals(before, after);
308308
assertThat(step.getExecuteCount(), equalTo(1L));
309+
ClusterServiceUtils.awaitNoPendingTasks(clusterService);
309310
clusterService.close();
310311
threadPool.shutdownNow();
311312
}

0 commit comments

Comments
 (0)