commit 0d9179f12ed709e2c7604a9dc6eb2bb519bd3a9f
parent 746265b214cfb2e87d508febc005c34e53a75a3c
Author: Beth Rennie <beth@brennie.ca>
Date: Tue, 7 Oct 2025 17:17:02 +0000
Bug 1991153 - Skip some Nimbus tests on MSIX builds r=nimbus-reviewers,relud
Differential Revision: https://phabricator.services.mozilla.com/D267843
Diffstat:
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/toolkit/components/nimbus/test/unit/xpcshell.toml b/toolkit/components/nimbus/test/unit/xpcshell.toml
@@ -33,6 +33,7 @@ prefs = [
["test_ExperimentManager_lifecycle.js"]
["test_ExperimentManager_prefs.js"]
+skip-if = ["os == 'win' && msix"] # Bug 1991153
["test_ExperimentManager_unenroll.js"]
@@ -49,7 +50,10 @@ prefs = [
["test_RemoteSettingsExperimentLoader_updateRecipes.js"]
["test_TargetingContextRecorder.js"]
-skip-if = ["artifact"]
+skip-if = [
+ "artifact",
+ "os == 'win' && msix", # Bug 1991153
+]
["test_localization.js"]
@@ -58,6 +62,9 @@ skip-if = ["artifact"]
["test_policy.js"]
["test_prefFlips.js"]
-skip-if = ["os == 'mac' && os_version == '15.30' && arch == 'aarch64'"] # Bug 1960885
+skip-if = [
+ "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1960885
+ "os == 'win' && msix", # Bug 1991153
+]
["test_schema_uris.js"]