Skip to content

Commit

Permalink
Mute ActivateWatchTests (elastic#83312)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle authored Jan 31, 2022
1 parent c731fef commit e51bf31
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ protected boolean timeWarped() {
return false;
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/82797")
public void testDeactivateAndActivate() throws Exception {
PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client()).setId("_id")
.setSource(
Expand Down Expand Up @@ -106,6 +107,7 @@ public void testDeactivateAndActivate() throws Exception {
});
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/82797")
public void testLoadWatchWithoutAState() throws Exception {
PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client()).setId("_id")
.setSource(
Expand Down

0 comments on commit e51bf31

Please sign in to comment.