commit e4afd8e1005e70a6772bd952648f9fe64a52af48
parent 5f2e0bd90026f637bf18dd1f51bcd76c594f1cf1
Author: Magnus Melin <mkmelin+mozilla@iki.fi>
Date: Mon, 27 Oct 2025 10:03:55 +0000
Bug 1994980 - disable test_privileged_eval_blocking.js for Thunderbird as the test doesn't work with security.allow_eval_in_parent_process true. r=tschuster
Differential Revision: https://phabricator.services.mozilla.com/D270123
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dom/security/test/unit/xpcshell.toml b/dom/security/test/unit/xpcshell.toml
@@ -18,4 +18,7 @@ head = ""
["test_isOriginPotentiallyTrustworthy.js"]
["test_privileged_eval_blocking.js"]
-skip-if = ["debug"] # Using eval in debug builds triggers an assert.
+skip-if = [
+ "debug", # Using eval in debug builds triggers an assert.
+ "appname == 'thunderbird'", # The test doesn't work with security.allow_eval_in_parent_process true
+]