Bug 1142344 - Remove a racy assertion added in marionette test for frequently failing on a pgo build. r=jgriffin

This commit is contained in:
Chris Manchester 2015-03-11 18:41:10 -07:00
parent 4d39eed1d0
commit d12fe1b511

View File

@ -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');")