commit 0e3c36327b9db4fc705e7790f6400db5c4838281
parent 7c72462df49f6f0f54d9a0efac92e23e485c7c52
Author: Magnus Melin <mkmelin+mozilla@iki.fi>
Date: Mon, 24 Nov 2025 06:19:05 +0000
Bug 2001877 - fix c-c perma security/manager/ssl/tests/unit/test_osclientcerts_module.js after bug 1995583. r=jmaher
This test is not at all version dependent. And c-c has still not fully moved over from 18.04.
My local ubuntu 25.04 on wayland... also fails.
Differential Revision: https://phabricator.services.mozilla.com/D273739
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/manager/ssl/tests/unit/xpcshell-smartcards.toml b/security/manager/ssl/tests/unit/xpcshell-smartcards.toml
@@ -11,8 +11,8 @@ support-files = [
["test_osclientcerts_module.js"]
skip-if = [
- "os == 'android'",
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'",
+ "os == 'linux' && os_version == '18.04' && arch == 'x86_64' && display == 'x11'", # 18.04 still used by comm-central
]
["test_pkcs11_module.js"]