diff --git a/tests/ctst/common/common.ts b/tests/ctst/common/common.ts index eebaaea94..3d31211ff 100644 --- a/tests/ctst/common/common.ts +++ b/tests/ctst/common/common.ts @@ -378,8 +378,7 @@ When('the user tries to perform the current S3 action on the bucket {int} times } await runActionAgainstBucket(this, this.getSaved('currentAction').action); if (this.getResult().err) { - // stop at any error, the error will be evaluated in a separated step - return; + this.logger.debug('Error during repeated action', { error: this.getResult().err }); } await Utils.sleep(delay); }