commit 6b92f541f0911637bf74b33fa69c0bf748593bc5 parent 2f6136c3480374423f8b2c3bcf474335bd3d3ba5 Author: Beth Rennie <beth@brennie.ca> Date: Wed, 5 Nov 2025 19:14:29 +0000 Bug 1969102 - Skip some telemetry tests when socketprocess is in use r=chutten,kershaw,toolkit-telemetry-reviewers Differential Revision: https://phabricator.services.mozilla.com/D257893 Diffstat:
| M | toolkit/components/telemetry/tests/unit/xpcshell.toml | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/toolkit/components/telemetry/tests/unit/xpcshell.toml b/toolkit/components/telemetry/tests/unit/xpcshell.toml @@ -129,7 +129,10 @@ skip-if = ["os == 'android'"] # Legacy telemetry is always disabled on Android ["test_TelemetryUtils.js"] ["test_ThirdPartyModulesPing.js"] -run-if = ["(os == 'win' && !msix && !artifact)"] # Disabled for MSIX due to https://bugzilla.mozilla.org/show_bug.cgi?id=1807929, disabled for artifact for bug 1982870. +# Disabled for MSIX due to https://bugzilla.mozilla.org/show_bug.cgi?id=1807929 +# Disabled for artifact for bug 1982870. +# Fails with socketprocess_networking due to Mochia (bug 1982446) +run-if = ["(os == 'win' && !msix && !artifact && !socketprocess_networking)"] ["test_UninstallPing.js"] support-files = ["file_UninstallPing.worker.js"]