From abbd9f17e694d2899d9df3bac52cdbf4ddd1ed7e Mon Sep 17 00:00:00 2001 From: yuliyang Date: Mon, 9 Apr 2018 12:19:31 -0400 Subject: [PATCH] enable test for https://github.com/ceph/ceph/pull/21285 Signed-off-by: yuliyang --- s3tests/functional/test_s3.py | 1 - 1 file changed, 1 deletion(-) 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')