Silence sleep based watcher test
see https://github.com/elastic/elasticsearch/issues/30699
This commit is contained in:
parent
d120fb222c
commit
30e0f33d16
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue