Commit b4b4a102 authored by Gabriel Monnerat's avatar Gabriel Monnerat

tests: Avoid random failure with test_promise_kumofs_server

In the promise file, the persistent memcached url were swapped
parent ba295531
......@@ -55,6 +55,7 @@ class TestERP5Promise(ERP5TypeTestCase):
self._test_promise_alarm("promise_conversion_server")
def test_promise_kumofs_server(self):
self.portal.portal_memcached.persistent_memcached_plugin.setUrlString(None)
self._test_promise_alarm("promise_kumofs_server")
def test_promise_memcached_server(self):
......
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