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 <prsrivas@redhat.com>
This commit is contained in:
Pritha Srivastava 2025-02-26 12:12:13 +05:30
parent ae8bebd87f
commit 6ea4051d59

View file

@ -8115,8 +8115,6 @@ def _do_clear_versioned_bucket_concurrent(client, bucket_name):
t.append(thr) t.append(thr)
return t 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(): def test_versioned_concurrent_object_create_concurrent_remove():
bucket_name = get_new_bucket() bucket_name = get_new_bucket()
client = get_client() client = get_client()