mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
Mark failing action throttle test as awaits fix
This commit marks ActionThrottleTests#testFailingActionDoesGetThrottled as awaits fix as this test fails reliably. Original commit: elastic/x-pack-elasticsearch@465c48b603
This commit is contained in:
parent
8d31827f28
commit
c1d44d7d71
@ -287,6 +287,7 @@ public class ActionThrottleTests extends AbstractWatcherIntegrationTestCase {
|
||||
}, 20, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack/issues/4561")
|
||||
public void testFailingActionDoesGetThrottled() throws Exception {
|
||||
TimeValue throttlePeriod = new TimeValue(60, TimeUnit.MINUTES);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user