Backed out changeset 1a83be186f45 (bug 1397612) on request from whimboo for causing bug 1391545. r=backout a=backout on a CLOSED TREE

This commit is contained in:
Sebastian Hengst 2017-11-14 13:04:27 +02:00
Родитель 70be4cd18b
Коммит 5d394948fa
1 изменённых файлов: 2 добавлений и 2 удалений

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

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