From 6ea4051d5970c688ec0f97a0dfe0e824f7ffb51a Mon Sep 17 00:00:00 2001 From: Pritha Srivastava Date: Wed, 26 Feb 2025 12:12:13 +0530 Subject: [PATCH] rgw/s3tests: removing fails_on_rgw for 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 --- s3tests_boto3/functional/test_s3.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index e80afe6..0c1a156 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -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()