Make sure watcher is started before running the test.
Original commit: elastic/x-pack-elasticsearch@c1d081fd10
This commit is contained in:
parent
b70bdb2b89
commit
e94f62b298
|
@ -40,6 +40,7 @@ public class ManualExecutionTests extends AbstractWatcherIntegrationTests {
|
|||
@Test
|
||||
@Repeat(iterations = 10)
|
||||
public void testExecuteWatch() throws Exception {
|
||||
ensureWatcherStarted();
|
||||
boolean ignoreCondition = randomBoolean();
|
||||
boolean persistRecord = randomBoolean();
|
||||
boolean conditionAlwaysTrue = randomBoolean();
|
||||
|
|
Loading…
Reference in New Issue