Skip to content

Commit

Permalink
Mute TimeThrottleIntegrationTests.testTimeThrottle (#65844)
Browse files Browse the repository at this point in the history
This test is failing on master in CI occasionally. This change mutes
the test to stop the noise until it can be looked at again.

Relates #65176
  • Loading branch information
jaymode authored Dec 3, 2020
1 parent 638402c commit 48add56
Showing 1 changed file with 1 addition 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() throws Exception {
String id = randomAlphaOfLength(20);
PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client())
Expand Down

0 comments on commit 48add56

Please sign in to comment.