Make sure watcher is started before running the test.

Original commit: elastic/x-pack-elasticsearch@c1d081fd10
This commit is contained in:
Brian Murphy 2015-04-10 19:23:32 -04:00
parent b70bdb2b89
commit e94f62b298
1 changed files with 1 additions and 0 deletions

View File

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