From 37c191fbf583928a5a4d0d9264cd3eebee1853a7 Mon Sep 17 00:00:00 2001 From: Christopher Tarry Date: Thu, 25 Jun 2026 11:44:26 -0400 Subject: [PATCH] enable tests that now pass --- s3tests/functional/test_s3.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 4c61ba53..ebbdff5a 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -5846,7 +5846,6 @@ def test_object_copy_key_not_found(): @pytest.mark.copy @pytest.mark.fails_on_dbstore -@pytest.mark.s3d_not_implemented def test_object_copy_versioned_bucket(): bucket_name = get_new_bucket() client = get_client() @@ -5912,7 +5911,6 @@ def test_object_copy_versioned_bucket(): @pytest.mark.copy @pytest.mark.fails_on_dbstore -@pytest.mark.s3d_not_implemented def test_object_copy_versioned_url_encoding(): bucket = get_new_bucket_resource() check_configure_versioning_retry(bucket.name, "Enabled", "Enabled") @@ -6383,7 +6381,6 @@ def check_configure_versioning_retry(bucket_name, status, expected_string): @pytest.mark.copy @pytest.mark.fails_on_dbstore @pytest.mark.multipart -@pytest.mark.s3d_not_implemented def test_multipart_copy_versioned(): src_bucket_name = get_new_bucket() dest_bucket_name = get_new_bucket()