tests: don't skip testLive* testVifib*

There are no testVifib (at least not in nexedi/erp5 repository) and
there is only one testLive that there is no reason to skip.
This commit is contained in:
Jérome Perrin 2019-11-27 01:06:44 +01:00
parent 58abc9d6a2
commit 0b951ab629
1 changed files with 1 additions and 2 deletions

View File

@ -80,8 +80,7 @@ class ERP5(_ERP5):
or full_test_case)
# skip some tests
if test_case.startswith('testLive') or test_case.startswith('testVifib') \
or test_case.find('Performance') > 0 \
if test_case.find('Performance') > 0 \
or test_case in ('testERP5LdapCatalog', # XXX (Ivan), until LDAP server is available this test will alway fail
# tests reading selenium tables from erp5.com
# not maintained