Commit 4fe13870 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Ignore preferences when rebuild bt5 on tests

parent 15063990
......@@ -42,6 +42,13 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template):
'InstanceTree_viewConsumptionReport',
'Person_viewResourceConsumptionReport'})
CodingStyleTestCase.rebuild_business_template_ignored_path += """
# Those preferences are changed after the installation, so we skip
# to check re-export.
slapos_cloud/PreferenceTemplateItem/portal_preferences/slapos_default_system_preference.xml
slapos_cloud/PreferenceTemplateItem/portal_preferences/slapos_default_site_preference.xml
"""
SlapOSTestCaseMixin.afterSetUp(self)
def getBusinessTemplateList(self):
......
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