Silence sleep based watcher test

see https://github.com/elastic/elasticsearch/issues/30699
This commit is contained in:
Ryan Ernst 2018-05-17 13:04:10 -07:00
parent d120fb222c
commit 30e0f33d16
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ public class ActivateWatchTests extends AbstractWatcherIntegrationTestCase {
return false;
}
// FIXME not to be sleep based
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30699")
public void testDeactivateAndActivate() throws Exception {
PutWatchResponse putWatchResponse = watcherClient().preparePutWatch()
.setId("_id")