From 5d45904c0d26045bc5174210577527506997b16b Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 29 Jul 2015 17:11:51 -0300 Subject: move events diabling to AppTestClient for functional tests --- service/test/support/integration/soledad_test_base.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'service/test/support/integration/soledad_test_base.py') diff --git a/service/test/support/integration/soledad_test_base.py b/service/test/support/integration/soledad_test_base.py index 5fed3a12..979b1f96 100644 --- a/service/test/support/integration/soledad_test_base.py +++ b/service/test/support/integration/soledad_test_base.py @@ -15,7 +15,6 @@ # along with Pixelated. If not, see . from twisted.trial import unittest from test.support.integration.app_test_client import AppTestClient -from leap.common.events.flags import set_events_enabled class SoledadTestBase(unittest.TestCase, AppTestClient): @@ -24,9 +23,7 @@ class SoledadTestBase(unittest.TestCase, AppTestClient): DEFERRED_TIMEOUT_LONG = 300 def setUp(self): - set_events_enabled(False) return self.start_client() def tearDown(self): - set_events_enabled(True) self.cleanup() -- cgit v1.2.3