Commit 67a51255 authored by Julien Muchembled's avatar Julien Muchembled

Move testSimulationPerformance.py to ERP5Legacy product

testSimulationPerformance hasn't been updated for new simulation.
It is currently broken but still useful for documentation purpose, to
reimplement performance tests for simulation.
parent d4033f8d
......@@ -57,7 +57,7 @@ class ERP5(_ERP5):
# skip some tests
if test_case.startswith('testLive') or test_case.startswith('testVifib') \
or test_case.startswith('testFunctional') \
or test_case in ('testPerformance', 'testSimulationPerformance',
or test_case in ('testPerformance', 'testLegacySimulationPerformance',
'testERP5LdapCatalog', # XXX (Ivan), until LDAP server is available this test will alway fail
'testERP5eGov', # it is not maintained any more
'testAccounting_l10n_fr_m9'):
......
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