Bug 1971916 - Make sure the SHIP pref in the mochitests is in sync with the static SHIP pref in StaticPrefList. a=dmeehan

Note that SHIP is currently disabled on Beta and Release channels, the pref setting reflect that.

Original Revision: https://phabricator.services.mozilla.com/D253654

Differential Revision: https://phabricator.services.mozilla.com/D253679
This commit is contained in:
kycn
2025-06-15 13:08:27 +00:00
committed by dmeehan@mozilla.com
parent 608473bc94
commit cd17c5b210

View File

@@ -3519,7 +3519,9 @@ toolbar#nav-bar {
# overridden with --setpref).
"sessionHistoryInParent": not options.disable_fission
or not self.extraPrefs.get(
"fission.disableSessionHistoryInParent", False
"fission.disableSessionHistoryInParent",
mozinfo.info["os"] == "android"
and mozinfo.info.get("release_or_beta", False),
),
"socketprocess_e10s": self.extraPrefs.get(
"network.process.enabled", False