endpoints.appr.test: mark failing db restore test
This test should fail as long as the CNR tests use 'v1' in the mediatype.
This commit is contained in:
parent
35b500aa2a
commit
77d2b9b290
1 changed files with 5 additions and 0 deletions
|
@ -194,3 +194,8 @@ class TestQuayModels(CnrTestModels):
|
|||
@pytest.mark.xfail
|
||||
def test_forbiddeb_db_reset(self, db_class):
|
||||
pass
|
||||
|
||||
@pytest.mark.xfail
|
||||
def test_db_restore(self, newdb, dbdata1):
|
||||
# This will fail as long as CNR tests use a mediatype with v1.
|
||||
pass
|
||||
|
|
Reference in a new issue