Re-enable tasks in browser_PreferenceExperiments.js test
Categories
(Firefox :: Normandy Client, defect)
Tracking
()
People
(Reporter: nhnt11, Unassigned)
References
Details
In bug 1716032 we added a task with .only() chained to it, meaning that the other tasks in the test file have not been running since it landed.
The task in question: https://searchfox.org/mozilla-central/rev/2c4b830b924f42283632b70f39a60fd36433dd4d/toolkit/components/normandy/test/browser/browser_PreferenceExperiments.js#2146-2196
This was revealed by the eslint rule I'm adding in bug 1731780. Unfortunately some assertions failed locally for me when I ran the newly re-enabled tasks, so I decided to add an exception for this test and land the eslint rule; this bug is to track the work to fix the failures and remove the .only() and the exception.
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:mythmon, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•4 years ago
|
Description
•