diff --git a/endpoints/appr/test/test_api.py b/endpoints/appr/test/test_api.py index 6ed59b963..a96ec1569 100644 --- a/endpoints/appr/test/test_api.py +++ b/endpoints/appr/test/test_api.py @@ -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