Closed
Bug 1853754
Opened 1 years ago
Closed 1 year ago
manifest conditions `skip-if = ["!win10_2009"]` probably should be run on win11
Categories
(Testing :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Unassigned)
References
(Blocks 1 open bug)
Details
I think this condition was written at a time when we had win7 and win10, so now that we have win10 and win11, we need to ensure this test is running where it should be running, not only on win10.
there are a few instances of this, we need to look for all variations as well.
Reporter | ||
Comment 1•1 years ago
|
||
and another one skip-if = !(os == 'win' && os_version == '10.0') # We only enable the skele UI on Win10
Reporter | ||
Comment 2•1 year ago
|
||
this condition doesn't exist anymore
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•