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…
Reference in New Issue