Mute testPersistJobOnGracefulShutdown_givenTimeAdvancedAfterNoNewData
This commit is contained in:
parent
980ee14f57
commit
1265a15b75
|
@ -51,6 +51,7 @@ public class PersistJobIT extends MlNativeAutodetectIntegTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
// check that state is persisted after time has been advanced even if no new data is seen in the interim
|
// check that state is persisted after time has been advanced even if no new data is seen in the interim
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40347")
|
||||||
public void testPersistJobOnGracefulShutdown_givenTimeAdvancedAfterNoNewData() throws Exception {
|
public void testPersistJobOnGracefulShutdown_givenTimeAdvancedAfterNoNewData() throws Exception {
|
||||||
String jobId = "time-advanced-after-no-new-data-test";
|
String jobId = "time-advanced-after-no-new-data-test";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue