Closed
Bug 1898471
Opened 2 years ago
Closed 2 years ago
Remove `skip-if = condprof` added for test_ext_manifest_incognito.js in bug 1757293
Categories
(WebExtensions :: General, task)
WebExtensions
General
Tracking
(firefox128 fixed)
RESOLVED
FIXED
128 Branch
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: robwu, Assigned: robwu)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In bug 1757293 , skip-if = ["condprof"] was added to test_ext_manifest_incognito.js because a condprof test run will use the schema that's cached in the conditioned profile instead of the one from the patch, and trigger the following failure:
FAIL test_non_gecko_bss_install - [test_non_gecko_bss_install : 508] expected no warnings - ["Reading manifest: Warning processing browser_specific_settings.edge: An unexpected property was found in the WebExtension manifest.","Reading manifest: Warning processing browser_specific_settings.unknown_browser: An unexpected property was found in the WebExtension manifest."] deepEqual []
As usual, the work-around is to skip the condprof job for a day and then re-enable the test on condprof.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by rob@robwu.nl:
https://hg.mozilla.org/integration/autoland/rev/f6284c2b22e1
Re-enable test_ext_manifest.js in condprof r=willdurand
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•