Skip to content

Commit 4a66cfc

Browse files
committed
[TEST] Mute TimeoutCheckerTests.testWatchdog
Due to #48861
1 parent 5c72f24 commit 4a66cfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/filestructurefinder/TimeoutCheckerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public void testCheckTimeoutExceeded() throws Exception {
5959
}
6060
}
6161

62+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48861")
6263
public void testWatchdog() throws Exception {
6364
TimeValue timeout = TimeValue.timeValueMillis(500);
6465
try (TimeoutChecker timeoutChecker = new TimeoutChecker("watchdog test", timeout, scheduler)) {

0 commit comments

Comments
 (0)