Commit 41e39822 authored by Romain Courteaud's avatar Romain Courteaud

Desactivate erp5_web_renderjs_ui_test until the application URL navigation is fixed

parent 7c614ce3
...@@ -81,6 +81,7 @@ class ERP5(_ERP5): ...@@ -81,6 +81,7 @@ class ERP5(_ERP5):
if test_case.startswith('testLive') or test_case.startswith('testVifib') \ if test_case.startswith('testLive') or test_case.startswith('testVifib') \
or test_case.find('Performance') > 0 \ or test_case.find('Performance') > 0 \
or test_case in ('testERP5LdapCatalog', # XXX (Ivan), until LDAP server is available this test will alway fail or test_case in ('testERP5LdapCatalog', # XXX (Ivan), until LDAP server is available this test will alway fail
'testFunctionalRJS', # XXX (Romain), desactivate until URL navigation is rewritten
# tests reading selenium tables from erp5.com # tests reading selenium tables from erp5.com
# not maintained # not maintained
'testFunctionalConfigurator', 'testFunctionalConfigurator',
......
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