Bug 1397612 - Skip TestQuitRestart.test_in_app_restart_safe_mode due to hangs after restart.

MozReview-Commit-ID: 1CvdUz7Uti0
This commit is contained in:
Henrik Skupin 2017-09-18 13:39:03 -07:00
Родитель 972bb63fcc
Коммит 6d45bcb001
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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"):