commit 6845cd53f209935fead82846ccef92272c212561
parent a781248c8d5c84e85c125d888697fa04e1acff2e
Author: John Bieling <john@thunderbird.net>
Date: Wed, 10 Dec 2025 09:17:59 +0000
Bug 2005155 - Disable toolkit/components/telemetry/tests/unit/test_TelemetryController_pingDisablement.js on Thunderbird. r=mkmelin,toolkit-telemetry-reviewers
Thunderbird does not use Nimbus.
Differential Revision: https://phabricator.services.mozilla.com/D275745
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/toolkit/components/telemetry/tests/unit/xpcshell.toml b/toolkit/components/telemetry/tests/unit/xpcshell.toml
@@ -109,8 +109,9 @@ run-if = [
]
["test_TelemetryController_pingDisablement.js"]
-run-if = [
- "os != 'android'", # Legacy telemetry is always disabled on Android
+skip-if = [
+ "appname == 'thunderbird'", # testing feature not applicable to Thunderbird
+ "os == 'android'", # Legacy telemetry is always disabled on Android
]
["test_TelemetryEnvironment.js"]