зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1397612 - Skip TestQuitRestart.test_in_app_restart_safe_mode due to hangs after restart.
MozReview-Commit-ID: 1CvdUz7Uti0
This commit is contained in:
Родитель
972bb63fcc
Коммит
6d45bcb001
|
@ -198,8 +198,8 @@ class TestQuitRestart(MarionetteTestCase):
|
|||
"about:")
|
||||
|
||||
def test_in_app_restart_safe_mode(self):
|
||||
if self.marionette.session_capabilities["moz:headless"]:
|
||||
raise unittest.SkipTest("Bug 1390848 - Hang of Marionette client after the restart.")
|
||||
if self.marionette.session_capabilities["platformName"] != "linux":
|
||||
raise unittest.SkipTest("Bug 1397612 - Hang of Marionette client after the restart.")
|
||||
|
||||
def restart_in_safe_mode():
|
||||
with self.marionette.using_context("chrome"):
|
||||
|
|
Загрузка…
Ссылка в новой задаче