]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
s3: add fails_on_dbstore mark 728/head
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:13:04 +0000 (13:13 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
s3tests/functional/test_s3.py

index 1abcdcbbbf33882987312fa68bc63237994810b3..5eae646ba2a5908cc2fba3ea69b2d1aee88826f0 100644 (file)
@@ -5992,6 +5992,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()