]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
s3: add fails_on_dbstore mark
authorCasey Bodley <cbodley@redhat.com>
Wed, 29 Apr 2026 17:13:04 +0000 (13:13 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 29 Apr 2026 17:17:13 +0000 (13:17 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 4895b3af073d2c31436d9a4159c8aceaff1b31aa)

s3tests/functional/test_s3.py

index a662a2c280e1c2dba433507e72bc04e93540516a..b019c91f1ca652e0db4347698467a790e07b5964 100644 (file)
@@ -5975,6 +5975,7 @@ def test_multipart_upload_empty():
     assert status == 400
     assert error_code == 'MalformedXML'
 
+@pytest.mark.fails_on_dbstore
 def test_multipart_upload_complete_without_create():
     bucket_name = get_new_bucket()
     client = get_client()