Bug 1040742 - Only ignore expected exceptions; r=automatedtester

This commit is contained in:
Maja Frydrychowicz 2015-10-05 18:31:57 -04:00
parent fce00a90aa
commit 2b9a4afb2f

View File

@ -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