mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1040742 - Only ignore expected exceptions; r=automatedtester
This commit is contained in:
parent
fce00a90aa
commit
2b9a4afb2f
@ -697,7 +697,7 @@ class MarionetteTestCase(CommonTestCase):
|
||||
(self.filepath.replace('\\', '\\\\'),
|
||||
self.methodName))
|
||||
self.marionette.test_name = None
|
||||
except:
|
||||
except (MarionetteException, IOError):
|
||||
# We have tried to log the test end when there is no listener
|
||||
# object that we can access
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user