Skip to content
Snippets Groups Projects
Commit 07fed9c6 authored by Julian Descottes's avatar Julian Descottes Committed by Beatriz Rizental
Browse files

Bug 1917556 - [marionette] Fix Mn tests with Python 3.12 r=webdriver-reviewers,whimboo

parent 455f4be3
Branches
Tags
1 merge request!1527Bug 43808: Rebase 128.10.1 onto 128.11
......@@ -222,7 +222,7 @@ class MarionetteTestResult(StructuredTestResult, TestResultCollection):
self.logger.info("END LOG:")
def stopTest(self, *args, **kwargs):
unittest._TextTestResult.stopTest(self, *args, **kwargs)
unittest.TextTestResult.stopTest(self, *args, **kwargs)
if self.marionette.check_for_crash():
# this tells unittest.TestSuite not to continue running tests
self.shouldStop = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment