commit 00f3f3d03562c5d86f967acf1ac46e4f25ebf5fc
parent 0b01217aa3c9c6bc7918e9fe9df22022a6c2fbd6
Author: Toby Pilling <toby@thunderbird.net>
Date: Wed, 15 Oct 2025 15:41:49 +0000
Bug 1994427 - Skip test_TOUNotificationFlow.js for Thunderbird. r=mviar,toolkit-telemetry-reviewers,TravisLong,kaie
Differential Revision: https://phabricator.services.mozilla.com/D268721
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/toolkit/components/telemetry/tests/unit/xpcshell.toml b/toolkit/components/telemetry/tests/unit/xpcshell.toml
@@ -54,8 +54,11 @@ tags = "addons"
skip-if = ["os == 'android'"]
["test_TOUNotificationFlow.js"]
-skip-if = ["os == 'android'"]
-# The TOU notification flow is desktop only
+skip-if = [
+ "appname == 'thunderbird'",
+ "os == 'android'",
+]
+# The TOU notification flow is desktop-only and not used by Thunderbird.
["test_TelemetryClientID_reset.js"]
skip-if = ["os == 'android'"] # Disabled as Android/GeckoView doesn't run TelemetryController