Commit ff4cb062 authored by Julien Muchembled's avatar Julien Muchembled

Revert "enable the site preference when setting up the site."

This reverts commit 970d1d19,
which breaks many unit tests.
parent 1c425c24
......@@ -888,8 +888,6 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
self.getDefaultSitePreferenceId()]
preference._setPreferredOoodocServerAddress(conversion_dict['hostname'])
preference._setPreferredOoodocServerPortNumber(conversion_dict['port'])
if self.portal.portal_workflow.isTransitionPossible(preference, 'enable'):
preference.enable()
def _updateMemcachedConfiguration(self):
"""Update default memcached plugin configuration
......
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