mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
dbstore: add back missing 'fails_on_dbstore' tag
Mark testcase "test_lifecycle_expiration_header_and_tags_head" as fails_on_dbstore Signed-off-by: Soumya Koduri <skoduri@redhat.com> (cherry picked from commitd976f47d74
) (cherry picked from commit02fdf70f0a
)
This commit is contained in:
parent
c94eed2e9f
commit
9f2d994eb8
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue