From c89404ba6866d733459574c7c980c75d431b8ab1 Mon Sep 17 00:00:00 2001 From: Stephon Striplin Date: Mon, 8 Aug 2011 16:39:29 -0700 Subject: [PATCH] remove fails_on_dho/rgw on test_bucket_list_many --- s3tests/functional/test_s3.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 81f93c4..203f407 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -73,8 +73,6 @@ def _create_keys(bucket=None, keys=[]): return bucket -@attr('fails_on_rgw') -@attr('fails_on_dho') def test_bucket_list_many(): bucket = _create_keys(keys=['foo', 'bar', 'baz'])