Make sure blobs in CNR are auth checked

This commit is contained in:
Joseph Schorr 2017-03-23 12:41:56 -04:00
parent 2c8930c912
commit b765836cfd
2 changed files with 8 additions and 0 deletions

View file

@ -174,6 +174,10 @@ class TestServerQuayDB(BaseTestServer):
def test_delete_channel_release_absent_release(self, db_with_data1, client):
BaseTestServer.test_delete_channel_release_absent_release(self, db_with_data1, client)
@pytest.mark.xfail
def test_get_absent_blob(self, newdb, client):
pass
class TestQuayModels(CnrTestModels):
DB_CLASS = QuayDB