mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
Watcher: Muting failing BootStrapTests.testTriggeredWatchLoading test
Relates elastic/x-pack-elasticsearch#1309 Original commit: elastic/x-pack-elasticsearch@ed03afc4d1
This commit is contained in:
parent
71fe599592
commit
ccf3fa2579
@ -230,6 +230,7 @@ public class BootStrapTests extends AbstractWatcherIntegrationTestCase {
|
||||
assertSingleExecutionAndCompleteWatchHistory(numWatches, numRecords);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1309")
|
||||
public void testTriggeredWatchLoading() throws Exception {
|
||||
createIndex("output");
|
||||
client().prepareIndex("my-index", "foo", "bar")
|
||||
|
Loading…
x
Reference in New Issue
Block a user