From: yuliyang Date: Mon, 9 Apr 2018 16:19:31 +0000 (-0400) Subject: enable test for https://github.com/ceph/ceph/pull/21285 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=abbd9f17e694d2899d9df3bac52cdbf4ddd1ed7e;p=s3-tests.git enable test for https://github.com/ceph/ceph/pull/21285 Signed-off-by: yuliyang --- diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index a3bec755..ffd29d85 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')