Bug 1397612 - Skip TestQuitRestart.test_in_app_restart_safe_mode across all platforms. r=whimboo

This commit is contained in:
Henrik Skupin 2017-12-13 15:53:30 -06:00
Родитель e18bbe2c58
Коммит 8a5c331fd2
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -197,9 +197,8 @@ class TestQuitRestart(MarionetteTestCase):
self.assertNotEqual(self.marionette.get_pref("startup.homepage_welcome_url"),
"about:about")
@skip("Bug 1397612 - Hang of Marionette client after the restart")
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.")
def restart_in_safe_mode():
with self.marionette.using_context("chrome"):