Temporarily deactivate spuriously failing test
This commit is contained in:
parent
1e0f776af3
commit
51fc09b264
|
@ -91,6 +91,7 @@ public class RetryTests extends ESTestCase {
|
|||
assertThat(response.getItems().length, equalTo(bulkRequest.numberOfActions()));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "spuriously fails on Jenkins. Investigation ongoing.")
|
||||
public void testAsyncRetryBacksOff() throws Exception {
|
||||
BackoffPolicy backoff = BackoffPolicy.constantBackoff(DELAY, CALLS_TO_FAIL);
|
||||
AssertingListener listener = new AssertingListener();
|
||||
|
|
Loading…
Reference in New Issue