mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1142344 - Remove a racy assertion added in marionette test for frequently failing on a pgo build. r=jgriffin
This commit is contained in:
parent
4d39eed1d0
commit
d12fe1b511
@ -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');")
|
||||
|
Loading…
Reference in New Issue
Block a user