Merge pull request #2465 from coreos-inc/force_push

Allow force push for app
This commit is contained in:
Jimmy Zelinskie 2017-03-23 21:05:08 -04:00 committed by GitHub
commit 0ce68706ee
4 changed files with 53 additions and 55 deletions

View file

@ -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 """