Commit e5da236d authored by Jérome Perrin's avatar Jérome Perrin

software/erp5/upgrade_test: skip software checks

This test is installing an old version of ERP5 that did not satisfy all
the software checks. We don't want to check the old version and we check
the new version in software/erp5/test so no need to check here.
parent e082e1d8
......@@ -44,8 +44,10 @@ new_software_release_url = os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', 'software.cfg'))
_, SlapOSInstanceTestCase = makeModuleSetUpAndTestCaseClass(
old_software_release_url, software_id="upgrade_erp5")
old_software_release_url,
software_id="upgrade_erp5",
skip_software_check=True,
)
def setUpModule():
installSoftwareUrlList(
......
  • This is not enough because "broken" shared parts that are reported for tests running afterwards. slapos.core!361 (merged) is a fix for this

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment