commit c2bbad9efcb326c960ce9a5b5fb2596160e88689
parent 5c744b60cd50685e174c815f31a4ec4f1c2cc1c4
Author: John Bieling <john@thunderbird.net>
Date: Tue, 9 Dec 2025 13:34:29 +0000
Bug 2004926 - Disable toolkit/components/telemetry/tests/unit/test_MainPingDisablement.js on Thunderbird. r=mkmelin,toolkit-telemetry-reviewers
Thunderbird does not use Nimbus.
Differential Revision: https://phabricator.services.mozilla.com/D275611
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
@@ -41,8 +41,9 @@ skip-if = [
tags = "addons"
["test_MainPingDisablement.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_MigratePendingPings.js"]