mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
Temporarily deactivate spuriously failing test
This commit is contained in:
parent
c3009cf615
commit
9dfc9397d4
@ -107,6 +107,7 @@ public class RetryTests extends ESTestCase {
|
||||
listener.assertOnFailureNeverCalled();
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "spuriously fails on Jenkins. Investigation ongoing.")
|
||||
public void testAsyncRetryFailsAfterBacksOff() throws Exception {
|
||||
BackoffPolicy backoff = BackoffPolicy.constantBackoff(DELAY, CALLS_TO_FAIL - 1);
|
||||
AssertingListener listener = new AssertingListener();
|
||||
|
Loading…
x
Reference in New Issue
Block a user