Bug 1397612 - Backed out changeset 63d97c8b46b2 r=jmaher

This backs-out the skip patch for:
test_quit_restart.py TestQuitRestart.test_in_app_restart_safe_mode

MozReview-Commit-ID: 6lpUOdqoytT

--HG--
extra : rebase_source : c4bbd78841db1fd832be48994db1b0d4d950d623
This commit is contained in:
Henrik Skupin 2017-11-06 13:43:42 +01:00
parent b1a0b58fe4
commit e77597395e

View File

@ -198,8 +198,8 @@ class TestQuitRestart(MarionetteTestCase):
"about:")
def test_in_app_restart_safe_mode(self):
if self.marionette.session_capabilities["platformName"] != "linux":
raise unittest.SkipTest("Bug 1397612 - Hang of Marionette client after the restart.")
if self.marionette.session_capabilities["moz:headless"]:
raise unittest.SkipTest("Bug 1390848 - Hang of Marionette client after the restart.")
def restart_in_safe_mode():
with self.marionette.using_context("chrome"):