Skip to content

Commit 30e0f33

Browse files
committed
Silence sleep based watcher test
see elastic#30699
1 parent d120fb2 commit 30e0f33

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/transport/action/activate

1 file changed

+2
-2
lines changed

x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/transport/action/activate/ActivateWatchTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public class ActivateWatchTests extends AbstractWatcherIntegrationTestCase {
4747
protected boolean timeWarped() {
4848
return false;
4949
}
50-
51-
// FIXME not to be sleep based
50+
51+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30699")
5252
public void testDeactivateAndActivate() throws Exception {
5353
PutWatchResponse putWatchResponse = watcherClient().preparePutWatch()
5454
.setId("_id")

0 commit comments

Comments
 (0)