[Test] @AwaitsFix on BootStrapTests.testMixedTriggeredWatchLoading
It seems that it's going to be fixed by elastic/x-pack-elasticsearch#1544. Original commit: elastic/x-pack-elasticsearch@4dce689b5b
This commit is contained in:
parent
7f0bc5dff4
commit
e977bdbf1f
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue