From 77d2b9b2905863f288b3c8c70509fe7afcfe32ad Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Thu, 23 Mar 2017 11:23:46 -0400 Subject: [PATCH] endpoints.appr.test: mark failing db restore test This test should fail as long as the CNR tests use 'v1' in the mediatype. --- endpoints/appr/test/test_api.py | 5 +++++ 1 file changed, 5 insertions(+) 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