Skip to content

Commit 01aa71b

Browse files
committed
Bug 1975980 - accept for now that we can't reset prefs that were modified on the default branch, r=jmaher.
Differential Revision: https://phabricator.services.mozilla.com/D256278
1 parent fc11568 commit 01aa71b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testing/specialpowers/content/SpecialPowersParent.sys.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,11 @@ export class SpecialPowersParent extends JSWindowActorParent {
689689
}
690690
});
691691

692+
if (failures.length) {
693+
// Because we can't reset prefs on the default branch, reset our baseline.
694+
this.getBaselinePrefs();
695+
}
696+
692697
if (ignorePrefs.length > 1) {
693698
return failures;
694699
}

0 commit comments

Comments
 (0)