Temporarily deactivate spuriously failing test

This commit is contained in:
Britta Weber 2015-12-17 17:57:55 +01:00
parent 1e0f776af3
commit 51fc09b264
1 changed files with 1 additions and 0 deletions

View File

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