commit 2f6136c3480374423f8b2c3bcf474335bd3d3ba5
parent 2fb51791a4c711292a4a356a58da11dbb8ed87e3
Author: Beth Rennie <beth@brennie.ca>
Date: Wed, 5 Nov 2025 19:14:29 +0000
Bug 1969102 - Skip some networking tests when socketprocess is in use r=kershaw,cookie-reviewers,edgul
Differential Revision: https://phabricator.services.mozilla.com/D257883
Diffstat:
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/netwerk/cookie/test/unit/xpcshell.toml b/netwerk/cookie/test/unit/xpcshell.toml
@@ -19,6 +19,7 @@ prefs = ["dom.security.https_first=false"]
["test_maybeCapExpiry.js"]
["test_migrateCookieLifetimePref.js"]
+skip-if = ["socketprocess_networking"] # Fails due to Mochia (bug 1982446)
["test_parser_0001.js"]
diff --git a/netwerk/test/unit/xpcshell.toml b/netwerk/test/unit/xpcshell.toml
@@ -1134,10 +1134,7 @@ usesNPM = true
skip-if = ["true"] # Causes sporatic oranges
["test_port_remapping.js"]
-skip-if = [
- "os == 'win' && os_version == '11.26100' && processor == 'x86_64' && socketprocess_networking",
- "os == 'win' && os_version == '11.26100' && processor == 'x86' && socketprocess_networking",
-]
+skip-if = ["socketprocess_networking"] # Fails due to Mochia (bug 1982446)
["test_post.js"]