Mute failing test (#57112) (#57113)

This commit is contained in:
Przemysław Witek 2020-05-25 14:06:29 +02:00 committed by GitHub
parent 174af2bb1a
commit ea2012778e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ public class DeleteExpiredDataIT extends MlNativeAutodetectIntegTestCase {
testExpiredDeletion(null, 10010);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/57102")
public void testDeleteExpiredDataWithStandardThrottle() throws Exception {
testExpiredDeletion(-1.0f, 100);
}