diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index a3bec75..ffd29d8 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -698,7 +698,6 @@ def test_bucket_list_maxkeys_invalid(): eq(e.error_code, 'InvalidArgument') -@attr('fails_on_rgw') @attr(resource='bucket') @attr(method='get') @attr(operation='list all keys')