Ignore test for BATCH-1795

This commit is contained in:
Dave Syer
2011-09-21 11:03:20 -04:00
parent 1751248c63
commit b850021187
2 changed files with 132 additions and 54 deletions

View File

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