Commit e92a6893 authored by Jérome Perrin's avatar Jérome Perrin

Revert "fixup! test: enable activity tracking in debug mode." NOT FOR MERGE

This reverts commit f384b68f.

activity tracking impacts performance too much
parent 807d24f9
Pipeline #33013 failed with stage
in 0 seconds
...@@ -1028,7 +1028,6 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin): ...@@ -1028,7 +1028,6 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
if os.environ.get('erp5_debug_mode'): if os.environ.get('erp5_debug_mode'):
try: try:
self.portal.portal_activities.manage_enableActivityTracking() self.portal.portal_activities.manage_enableActivityTracking()
self.commit()
except AttributeError: except AttributeError:
pass pass
......
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