зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
213a215144
Коммит
e71520e019
|
@ -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)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче