Commit 5075331b authored by Rafael Monnerat's avatar Rafael Monnerat

Zelenium is a third party product

parent c698eba2
...@@ -52,7 +52,7 @@ class ERP5(_ERP5): ...@@ -52,7 +52,7 @@ class ERP5(_ERP5):
test_case = test_path.split(os.sep)[-1][:-3] # remove .py test_case = test_path.split(os.sep)[-1][:-3] # remove .py
product = test_path.split(os.sep)[-3] product = test_path.split(os.sep)[-3]
# don't test 3rd party products # don't test 3rd party products
if product in ('PortalTransforms', 'MailTemplates'): if product in ('PortalTransforms', 'MailTemplates', 'Zelenium'):
continue continue
# skip some tests # skip some tests
if test_case.startswith('testLive') or test_case.startswith('testVifib') \ if test_case.startswith('testLive') or test_case.startswith('testVifib') \
......
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