Merge pull request #2465 from coreos-inc/force_push
Allow force push for app
This commit is contained in:
commit
0ce68706ee
4 changed files with 53 additions and 55 deletions
|
@ -187,10 +187,6 @@ class TestQuayModels(CnrTestModels):
|
|||
def load_db(self, appconfig):
|
||||
return appconfig
|
||||
|
||||
@pytest.mark.xfail
|
||||
def test_save_package_exists_force(self, newdb, package_b64blob):
|
||||
CnrTestModels.test_save_package_exists_force(self, newdb, package_b64blob)
|
||||
|
||||
@pytest.mark.xfail
|
||||
def test_channel_delete_releases(self, db_with_data1):
|
||||
""" Can't remove a release from the channel, only delete the channel entirely """
|
||||
|
|
Reference in a new issue