Commit 1e7886e4 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Ignore erp5_corporate_identity[_web] on XHTML tests

parent f1ad3180
......@@ -35,7 +35,9 @@ class TestSlapOSXHTML(SlapOSTestCaseMixin, testXHTML.TestXHTML):
'erp5_jquery', 'erp5_jquery_ui',
'erp5_svg_editor', 'erp5_xinha_editor',
'erp5_monaco_editor', 'erp5_slideshow_core',
'erp5_run_my_doc', 'erp5_web_renderjs')
'erp5_run_my_doc', 'erp5_web_renderjs',
'erp5_corporate_identity',
'erp5_corporate_identity_web')
def afterSetUp(self):
SlapOSTestCaseMixin.afterSetUp(self)
# Live tests all uses the same request. For now we remove cell from
......
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