]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
rgw/s3tests: removing fails_on_rgw for 624/head
authorPritha Srivastava <prsrivas@redhat.com>
Wed, 26 Feb 2025 06:42:13 +0000 (12:12 +0530)
committerPritha Srivastava <prsrivas@redhat.com>
Wed, 26 Feb 2025 06:42:46 +0000 (12:12 +0530)
test_versioned_concurrent_object_create_concurrent_remove
as the associated tracker is marked as resolved and
the test also passes against main.

Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
s3tests_boto3/functional/test_s3.py

index e80afe647efec044f9240ff8070ee8d3dfac7935..0c1a156ea9c30d8a9495869a259d76fa533d5212 100644 (file)
@@ -8115,8 +8115,6 @@ def _do_clear_versioned_bucket_concurrent(client, bucket_name):
         t.append(thr)
     return t
 
-# TODO: remove fails_on_rgw when https://tracker.ceph.com/issues/39142 is resolved
-@pytest.mark.fails_on_rgw
 def test_versioned_concurrent_object_create_concurrent_remove():
     bucket_name = get_new_bucket()
     client = get_client()