mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
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:
parent
effb48b0f5
commit
66824dd8b6
@ -663,7 +663,10 @@ export class SpecialPowersParent extends JSWindowActorParent {
|
||||
}
|
||||
});
|
||||
|
||||
return failures;
|
||||
if (ignorePrefs.length > 1) {
|
||||
return failures;
|
||||
}
|
||||
return [];
|
||||
}
|
||||
|
||||
_getAllPreferences() {
|
||||
|
Loading…
Reference in New Issue
Block a user