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