Mute testPersistJobOnGracefulShutdown_givenTimeAdvancedAfterNoNewData

This commit is contained in:
David Turner 2019-03-22 08:18:37 +00:00 committed by David Kyle
parent 980ee14f57
commit 1265a15b75
1 changed files with 1 additions and 0 deletions

View File

@ -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";