Skip to content

Commit c78ff28

Browse files
authored
Mute testTimeThrottle (elastic#97786)
Relates elastic#97518
1 parent 1ef7d3f commit c78ff28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/actions/TimeThrottleIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
public class TimeThrottleIntegrationTests extends AbstractWatcherIntegrationTestCase {
3535

36+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97518")
3637
public void testTimeThrottle() throws Exception {
3738
String id = randomAlphaOfLength(20);
3839
PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client()).setId(id)

0 commit comments

Comments
 (0)