Fix test override
This commit is contained in:
parent
917d5e2550
commit
35b500aa2a
1 changed files with 1 additions and 1 deletions
|
@ -192,5 +192,5 @@ class TestQuayModels(CnrTestModels):
|
|||
CnrTestModels.test_channel_delete_releases(self, db_with_data1)
|
||||
|
||||
@pytest.mark.xfail
|
||||
def test_forbidden_db_reset(self, db_class):
|
||||
def test_forbiddeb_db_reset(self, db_class):
|
||||
pass
|
||||
|
|
Reference in a new issue