]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
dbstore: add back missing 'fails_on_dbstore' tag
authorSoumya Koduri <skoduri@redhat.com>
Mon, 6 Mar 2023 14:18:01 +0000 (19:48 +0530)
committerCasey Bodley <cbodley@redhat.com>
Mon, 6 Mar 2023 18:00:00 +0000 (13:00 -0500)
Mark testcase "test_lifecycle_expiration_header_and_tags_head" as
fails_on_dbstore

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
(cherry picked from commit d976f47d747867b6dc1f5eedba4626dd670093b9)

s3tests_boto3/functional/test_s3.py

index db080e945037a9646799e1071679c9a4775b37f6..8e0684482eecc4e7436647d7b8486b3415f243aa 100644 (file)
@@ -8350,6 +8350,7 @@ def test_lifecycle_expiration_header_tags_head():
 
 @pytest.mark.lifecycle
 @pytest.mark.lifecycle_expiration
+@pytest.mark.fails_on_dbstore
 def test_lifecycle_expiration_header_and_tags_head():
     now = datetime.datetime.now(None)
     bucket_name = get_new_bucket()