Commit 146e8bb3 authored by Jérome Perrin's avatar Jérome Perrin

fixup! XXX skip several tests

parent e6dba238
Pipeline #8843 running with stage
in 0 seconds
...@@ -52,7 +52,7 @@ class _ERP5(ERP5TypeTestSuite): ...@@ -52,7 +52,7 @@ class _ERP5(ERP5TypeTestSuite):
# such as php and it has not been updated for Zope >= 2.12 # such as php and it has not been updated for Zope >= 2.12
if product == 'ERP5TioSafe': if product == 'ERP5TioSafe':
continue continue
if not 'testUpgradeInstanceWithOldDataFs' in test_path and not 'testFunctionalRJSCore' in test_path: if not 'testUpgradeInstanceWithOldDataFs' in test_path and not 'testFunctionalRJS' in test_path:
continue continue
test_list.append(test_case) test_list.append(test_case)
return test_list return test_list
......
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