Temporarily deactivate spuriously failing test

This commit is contained in:
Daniel Mitterdorfer 2015-12-17 16:59:05 +01:00
parent c3009cf615
commit 9dfc9397d4
1 changed files with 1 additions and 0 deletions

View File

@ -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();