Bug 1174766 - Modify test_profile_management to use a clean profile to avoid contention on windows.;r=ato

This commit is contained in:
Chris Manchester 2015-06-24 10:16:27 -07:00
parent 5c7f6f77e8
commit 5fb413bd61

View File

@ -60,4 +60,7 @@ class TestLog(MarionetteTestCase):
# A "hard" restart is still possible (i.e., our instance is still able
# to kill the browser).
self.marionette.restart()
# Note we need to clean the profile at this point so the old browser
# process doesn't interfere with the new one on Windows when it attempts
# to access the profile on startup.
self.marionette.restart(clean=True)