Closed
Bug 1895453
Opened 1 year ago
Closed 1 year ago
convert testing __skipMe calls to skip()
Categories
(Thunderbird :: Testing Infrastructure, task)
Thunderbird
Testing Infrastructure
Tracking
(thunderbird_esr115 wontfix)
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr115 | --- | wontfix |
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
Attachments
(1 file)
We have a bunch of places using __skipMe = true
. That is an internal property of the test infra. One is supposed to call skip() instead.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Attachment #9400423 -
Attachment description: Bug 1895453 - convert testing __skipMe calls to skip(). r=#thunderbird-reviewers → Bug 1895453 - convert testing __skipMe calls to skip(). r=freaktechnik
Assignee | ||
Updated•1 year ago
|
status-thunderbird_esr115:
--- → wontfix
Keywords: checkin-needed-tb
Target Milestone: --- → 127 Branch
Pushed by vineet@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/68c545a1bb7a
convert testing __skipMe calls to skip(). r=freaktechnik
You need to log in
before you can comment on or make changes to this bug.
Description
•