mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user