Commit 7c5b449d authored by Rafael Monnerat's avatar Rafael Monnerat

Revert previous change

Those tests includes much more them a test for new simulation, if this is kept disabled it will just hidden error, and it will stop test several others aspects which are important to test.
parent 24e66495
......@@ -120,9 +120,6 @@ class ERP5UserInterface(_ERP5):
glob.glob('%s/bt5/*/TestTemplateItem/testFunctional*.py' % sys.path[0]):
test_case = test_path.split(os.sep)[-1][:-3] # remove .py
product = test_path.split(os.sep)[-3]
if test_case in ('testFunctionalConfigurator', 'testFunctionalConfiguratorConsulting',):
# disable configurator test until bug "Make configurator use new simulation" is fixed
continue
# don't test 3rd party products
if product in ('PortalTransforms', 'MailTemplates'):
continue
......
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