Commit db776b07 authored by Łukasz Nowak's avatar Łukasz Nowak

Avoid ImportError: No module named Zelenium.zuite

parent 1e7b99b2
......@@ -91,8 +91,8 @@ class testVifibMixin(ERP5TypeTestCase):
'erp5_system_event',
'erp5_secure_payment',
'erp5_payzen_secure_payment',
'erp5_ui_test_core',
'erp5_ui_test',
# 'erp5_ui_test_core',
# 'erp5_ui_test',
'vifib_mysql_innodb_catalog',
'vifib_core',
'vifib_base',
......@@ -102,7 +102,7 @@ class testVifibMixin(ERP5TypeTestCase):
'vifib_forge_release',
'vifib_software_pdm',
'vifib_web',
'vifib_web_ui_test',
# 'vifib_web_ui_test',
'vifib_l10n_fr',
'vifib_data',
'vifib_data_category',
......@@ -111,7 +111,7 @@ class testVifibMixin(ERP5TypeTestCase):
'vifib_data_payzen',
'vifib_data_simulation',
'vifib_erp5',
'vifib_test',
# 'vifib_test',
]
return result
......
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