Commit 1e2dbe57 authored by Sebastien Robin's avatar Sebastien Robin

disable testAccounting_l10n_fr_m9

the bt erp5_accounting_l10n_fr_m9 is not inside the
repository and it is not used any more theses days
parent 537819da
......@@ -55,7 +55,8 @@ class ERP5(_ERP5):
continue
# skip some tests
if test_case.startswith('testLive') or test_case.startswith('testVifib') \
or test_case in ('testPerformance', 'testSimulationPerformance'):
or test_case in ('testPerformance', 'testSimulationPerformance',
'testAccounting_l10n_fr_m9'):
continue
test_list.append(test_case)
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