[ML] Unmute DeleteExpiredDataIT.testDeleteExpiredDataNoThrottle (#63408)

This test appears to work again following the Lucene bug fix
that was integrated in #63395
This commit is contained in:
David Roberts 2020-10-07 18:47:40 +01:00
parent bd761cce1d
commit a9d541561f
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ public class DeleteExpiredDataIT extends MlNativeAutodetectIntegTestCase {
client().execute(DeleteExpiredDataAction.INSTANCE, new DeleteExpiredDataAction.Request()).get();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63379")
public void testDeleteExpiredDataNoThrottle() throws Exception {
testExpiredDeletion(null, 10010);
}