зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1654365 - Fix intermittent test failure due to notInExperiment as null r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D84600
This commit is contained in:
Родитель
01dd7f71f9
Коммит
d2c028c682
|
@ -317,7 +317,7 @@ class _ExperimentManager {
|
|||
* that will not enroll the user in the experiment
|
||||
*/
|
||||
async generateTestIds({ slug, branches, namespace, start, count, total }) {
|
||||
const branchValues = { notInExperiment: null };
|
||||
const branchValues = {};
|
||||
|
||||
if (!slug || !namespace) {
|
||||
throw new Error(`slug, namespace not in expected format`);
|
||||
|
|
Загрузка…
Ссылка в новой задаче