Mute failing test case in DeleteExpiredDataIT (#62870) (#62871)

Relates #62699
This commit is contained in:
Daniel Mitterdorfer 2020-09-24 15:42:52 +02:00 committed by GitHub
parent 20630b0088
commit d2166030d1
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/62699")
public void testDeleteExpiredDataWithStandardThrottle() throws Exception {
testExpiredDeletion(-1.0f, 100);
}