diff --git a/js/client/modules/@arangodb/testsuites/recovery.js b/js/client/modules/@arangodb/testsuites/recovery.js index 4ac88ae2f1..2c9f19a2de 100644 --- a/js/client/modules/@arangodb/testsuites/recovery.js +++ b/js/client/modules/@arangodb/testsuites/recovery.js @@ -202,10 +202,10 @@ function recovery (options) { print(RED + 'No testcase matched the filter.' + RESET); return { ALLTESTS: { - status: false, + status: true, skipped: true }, - status: false + status: true }; }