[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:
Tanguy Leroux 2017-05-29 14:10:16 +02:00
parent 7f0bc5dff4
commit e977bdbf1f
1 changed files with 1 additions and 0 deletions

View File

@ -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")