Open
Bug 1853761
Opened 1 years ago
Updated 1 years ago
add `skip-if = true` if skipped on all platforms
Categories
(Testing :: General, task)
Tracking
(Not tracked)
NEW
People
(Reporter: jmaher, Unassigned)
References
(Blocks 1 open bug)
Details
if a test is skipped on all platforms, rather than having a bunch of conditions we need skip-if = true
.
For example:
browser-chrome doesn't run and android, so if it is skipped on linux/windows/mac, then make it skip-if = true, for example:
https://searchfox.org/mozilla-central/source/browser/base/content/test/tabs/browser.ini#187
You need to log in
before you can comment on or make changes to this bug.
Description
•