[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:
parent
bd761cce1d
commit
a9d541561f
|
@ -96,7 +96,6 @@ public class DeleteExpiredDataIT extends MlNativeAutodetectIntegTestCase {
|
||||||
client().execute(DeleteExpiredDataAction.INSTANCE, new DeleteExpiredDataAction.Request()).get();
|
client().execute(DeleteExpiredDataAction.INSTANCE, new DeleteExpiredDataAction.Request()).get();
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63379")
|
|
||||||
public void testDeleteExpiredDataNoThrottle() throws Exception {
|
public void testDeleteExpiredDataNoThrottle() throws Exception {
|
||||||
testExpiredDeletion(null, 10010);
|
testExpiredDeletion(null, 10010);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue