Open
Bug 1981854
Opened 12 days ago
Updated 12 days ago
Consider adding test annotations in GeckoView junit to avoid `sessionRule.env` Gates
Categories
(GeckoView :: General, task)
Tracking
(Not tracked)
NEW
People
(Reporter: olivia, Unassigned)
Details
GeckoView tests use the pattern assumeThat(sessionRule.env.isIsolatedProcess, Matchers.equalTo(false))
and a lot of other sessionRule.env gates. It would be nice ergonomically to have this be an @ annotation like, @dont-run IsolatedProcess
or something for the common annotation types.
Reporter | ||
Updated•12 days ago
|
Severity: -- → N/A
Component: Extensions → General
You need to log in
before you can comment on or make changes to this bug.
Description
•