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:
Jimmy Zelinskie 2017-03-23 11:23:46 -04:00
parent 35b500aa2a
commit 77d2b9b290

View file

@ -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