зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1142344 - Remove a racy assertion added in marionette test for frequently failing on a pgo build. r=jgriffin
--HG-- extra : rebase_source : 2b0c77cf464bc9bb48bfabe9daf955fa04687f6e
This commit is contained in:
Родитель
80f3601ac3
Коммит
d0cfd84d5a
|
@ -56,8 +56,3 @@ class TestLog(MarionetteTestCase):
|
|||
# A "hard" restart is still possible (i.e., our instance is still able
|
||||
# to kill the browser).
|
||||
self.marionette.restart()
|
||||
|
||||
# The "hard" restart blows away the pref we set.
|
||||
self.assertRaisesRegexp(JavascriptException, "Error getting pref",
|
||||
self.marionette.execute_script,
|
||||
"return SpecialPowers.getBoolPref('marionette.test.restart');")
|
||||
|
|
Загрузка…
Ссылка в новой задаче