Skip to content

Commit

Permalink
Mute TimeThrottleIntegrationTests (elastic#65181)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle authored Nov 18, 2020
1 parent 78249ab commit d6f1ef9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

public class TimeThrottleIntegrationTests extends AbstractWatcherIntegrationTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/65176")
public void testTimeThrottle(){
String id = randomAlphaOfLength(20);
PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client())
Expand All @@ -57,6 +58,7 @@ public void testTimeThrottle(){
assertTotalHistoryEntries(id, 3);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/65176")
public void testTimeThrottleDefaults() {
String id = randomAlphaOfLength(30);
PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client())
Expand Down

0 comments on commit d6f1ef9

Please sign in to comment.