From 9655042d4b371e5e70aab0d9cf88bf7996f62886 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Wed, 6 Jul 2011 14:17:24 -0700 Subject: [PATCH] Skip s3-tests marked fails_on_rgw, they will fail anyway. --- teuthology/task/s3tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/s3tests.py b/teuthology/task/s3tests.py index 9ebfefb3f13a0..0d4cbad4dfa5d 100644 --- a/teuthology/task/s3tests.py +++ b/teuthology/task/s3tests.py @@ -120,6 +120,7 @@ def run_tests(ctx, config): '-w', '/tmp/cephtest/s3-tests', '-v', + '-a', '!fails_on_rgw', ] if client_config is not None and 'extra_args' in client_config: args.extend(client_config['extra_args']) -- 2.39.5