Commit 8bf0bae4 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 9c5a7ed3
...@@ -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