Commit 2117bf81 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_cloud: Unsubscribe portal_activities when run tests

This is just annoying to have failures from tic because portal_activities is enabled on a development instance.
parent bc599085
......@@ -82,6 +82,7 @@ class SlapOSTestCaseMixin(testSlapOSMixin):
def afterSetUp(self):
testSlapOSMixin.afterSetUp(self)
self.portal.portal_activities.unsubscribe()
self.new_id = self.generateNewId()
instance_template = self.portal.software_instance_module.template_software_instance
......
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