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

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