Skip to content

Commit

Permalink
Silence sleep based watcher test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst authored and ywelsch committed May 23, 2018
1 parent e01ca2d commit 3a44815
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public class ActivateWatchTests extends AbstractWatcherIntegrationTestCase {
protected boolean timeWarped() {
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")
Expand Down

0 comments on commit 3a44815

Please sign in to comment.