Closed
Bug 1963655
Opened 11 days ago
Closed 9 days ago
Fix MacOS test workaround involving .setUp()
Categories
(Mozilla QA :: Update Testing, task)
Mozilla QA
Update Testing
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benchatt, Unassigned)
References
(Blocks 1 open bug)
Details
Currently using self.marionette.restart()
in the MacOS flow is unstable in CI (and locally?). This was unknown during the proof of concept phase, but appears to be the present order of things. Investigate how to remove the need for the try block containing self.setUp()
, possibly by resolving https://bugzilla.mozilla.org/show_bug.cgi?id=1963652
Reporter | ||
Comment 1•9 days ago
|
||
resolved with bug 1954209
Status: NEW → RESOLVED
Closed: 9 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•