Commit b6da41a6 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Ignore erp5_ckeditor on xhtml tests.

parent 79167663
......@@ -10,7 +10,7 @@ from Products.SlapOS.tests.testSlapOSMixin import \
class TestSlapOSXHTML(testSlapOSMixin, testXHTML.TestXHTML):
# some forms have intentionally empty listbox selections like RSS generators
JSL_IGNORE_SKIN_LIST = ('erp5_ace_editor', 'erp5_code_mirror',
JSL_IGNORE_SKIN_LIST = ('erp5_ace_editor', 'erp5_code_mirror', 'erp5_ckeditor',
'erp5_fckeditor', 'erp5_jquery', 'erp5_jquery_ui',
'erp5_svg_editor', 'erp5_xinha_editor', 'erp5_web_renderjs')
def afterSetUp(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