diff --git a/plugin/src/test/java/org/elasticsearch/xpack/watcher/test/integration/BootStrapTests.java b/plugin/src/test/java/org/elasticsearch/xpack/watcher/test/integration/BootStrapTests.java index 394b3ac8e68..c58e534e346 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/watcher/test/integration/BootStrapTests.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/watcher/test/integration/BootStrapTests.java @@ -183,6 +183,7 @@ public class BootStrapTests extends AbstractWatcherIntegrationTestCase { }); } + @AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/pull/1544") public void testMixedTriggeredWatchLoading() throws Exception { createIndex("output"); client().prepareIndex("my-index", "foo", "bar")