[TEST] Mute TimeoutCheckerTests.testWatchdog
Due to https://github.com/elastic/elasticsearch/issues/48861
This commit is contained in:
parent
d83e374062
commit
c03f7ba74c
|
@ -59,6 +59,7 @@ public class TimeoutCheckerTests extends FileStructureTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48861")
|
||||||
public void testWatchdog() throws Exception {
|
public void testWatchdog() throws Exception {
|
||||||
TimeValue timeout = TimeValue.timeValueMillis(500);
|
TimeValue timeout = TimeValue.timeValueMillis(500);
|
||||||
try (TimeoutChecker timeoutChecker = new TimeoutChecker("watchdog test", timeout, scheduler)) {
|
try (TimeoutChecker timeoutChecker = new TimeoutChecker("watchdog test", timeout, scheduler)) {
|
||||||
|
|
Loading…
Reference in New Issue