commit 51f5ea9c7917f23a5e79937c07d6e9bc186eab05
parent fe68a75831292b6e4aa1d7db4c5b22b62d2d9a3b
Author: Joel Maher <joel.maher@gmail.com>
Date: Tue, 2 Dec 2025 16:42:31 +0000
Bug 2000636 - disable test_ext_contentscript_triggeringPrincipal.js due to multiple crashes. r=intermittent-reviewers,aryx
Differential Revision: https://phabricator.services.mozilla.com/D274779
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/toolkit/components/extensions/test/xpcshell/xpcshell-content.toml b/toolkit/components/extensions/test/xpcshell/xpcshell-content.toml
@@ -33,6 +33,7 @@ skip-if = [
skip-if = [
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && ccov", # Bug 1854843
"tsan", # Bug 1612707
+ "true", # Bug 2000636
]
["test_ext_contentscript_xrays.js"]