Ignore test for BATCH-1795
This commit is contained in:
@@ -227,7 +227,7 @@ public class RetryTemplate implements RetryOperations {
|
||||
/*
|
||||
* We allow the whole loop to be skipped if the policy or context
|
||||
* already forbid the first try. This is used in the case of
|
||||
* external retry to allow a recovery in handleRetryExhausted
|
||||
* stateful retry to allow a recovery in handleRetryExhausted
|
||||
* without the callback processing (which would throw an exception).
|
||||
*/
|
||||
while (canRetry(retryPolicy, context) && !context.isExhaustedOnly()) {
|
||||
|
||||
Reference in New Issue
Block a user