Merge pull request #624 from pritha-srivastava/wip-rgw-remove-fails-on-rgw

rgw/s3tests: removing fails_on_rgw for
This commit is contained in:
Casey Bodley 2025-04-14 09:50:28 -04:00 committed by GitHub
commit 46ba1fc060
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8241,8 +8241,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()