зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1397612 - Skip TestQuitRestart.test_in_app_restart_safe_mode across all platforms. r=whimboo
This commit is contained in:
Родитель
e18bbe2c58
Коммит
8a5c331fd2
|
@ -197,9 +197,8 @@ class TestQuitRestart(MarionetteTestCase):
|
||||||
self.assertNotEqual(self.marionette.get_pref("startup.homepage_welcome_url"),
|
self.assertNotEqual(self.marionette.get_pref("startup.homepage_welcome_url"),
|
||||||
"about:about")
|
"about:about")
|
||||||
|
|
||||||
|
@skip("Bug 1397612 - Hang of Marionette client after the restart")
|
||||||
def test_in_app_restart_safe_mode(self):
|
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():
|
def restart_in_safe_mode():
|
||||||
with self.marionette.using_context("chrome"):
|
with self.marionette.using_context("chrome"):
|
||||||
|
|
Загрузка…
Ссылка в новой задаче