Bug 1824488 - do not report pref changes in test-verify for tests that do not have ignorePrefs.json data. r=aryx

Differential Revision: https://phabricator.services.mozilla.com/D173764
This commit is contained in:
Joel Maher 2023-03-27 23:09:42 +00:00
parent effb48b0f5
commit 66824dd8b6

View File

@ -663,7 +663,10 @@ export class SpecialPowersParent extends JSWindowActorParent {
}
});
return failures;
if (ignorePrefs.length > 1) {
return failures;
}
return [];
}
_getAllPreferences() {