From 9fb78cddc98046fde721d28d8e1d56852ec22fb4 Mon Sep 17 00:00:00 2001 From: David Burns Date: Wed, 16 Sep 2015 18:43:23 +0100 Subject: [PATCH] Bug 1141519: Don't switch to content scope for logging the test end; r=jgriffin --- testing/marionette/client/marionette/marionette_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/marionette/client/marionette/marionette_test.py b/testing/marionette/client/marionette/marionette_test.py index 6f0ecb96242..d8b9db79188 100644 --- a/testing/marionette/client/marionette/marionette_test.py +++ b/testing/marionette/client/marionette/marionette_test.py @@ -691,7 +691,6 @@ class MarionetteTestCase(CommonTestCase): def tearDown(self): if not self.marionette.check_for_crash(): - self.marionette.set_context("content") self.marionette.clear_imported_scripts() self.marionette.execute_script("log('TEST-END: %s:%s')" % (self.filepath.replace('\\', '\\\\'), self.methodName))