mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-15 09:25:40 +00:00
Mute DeleteExpiredDataIT deleteExpired NoThrottle (#63381)
Mutes test method DeleteExpiredDataIT.testDeleteExpiredDataNoThrottle Relates: #63379 Backport of: #63380
This commit is contained in:
parent
eeb45b4a74
commit
c30c5555c5
@ -96,6 +96,7 @@ 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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user