mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +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>
This commit is contained in:
parent
359bde7e87
commit
d976f47d74
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