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

--HG--
extra : commitid : ID9VOYgI5vu
This commit is contained in:
Chris Manchester 2015-06-24 10:16:27 -07:00
Родитель 213a215144
Коммит e71520e019
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -60,4 +60,7 @@ class TestLog(MarionetteTestCase):
# A "hard" restart is still possible (i.e., our instance is still able # A "hard" restart is still possible (i.e., our instance is still able
# to kill the browser). # 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)