mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1174766 - Modify test_profile_management to use a clean profile to avoid contention on windows.;r=ato
This commit is contained in:
parent
5c7f6f77e8
commit
5fb413bd61
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user