commit 0af65aacbfd9805032c2d84fea1871bbb394f07b parent 6388480bb1935f36b915b339185f51ff6303125c Author: Cristina Horotan <chorotan@mozilla.com> Date: Tue, 11 Nov 2025 01:07:11 +0000 Bug 1996467 - disable test_ext_startup_cache_telemetry.js on win for frequent failures. r=intermittent-reviewers,aryx Differential Revision: https://phabricator.services.mozilla.com/D271868 Diffstat:
| M | toolkit/components/extensions/test/xpcshell/xpcshell.toml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/toolkit/components/extensions/test/xpcshell/xpcshell.toml b/toolkit/components/extensions/test/xpcshell/xpcshell.toml @@ -116,6 +116,11 @@ skip-if = ["socketprocess_networking"] # Bug 1759035 ["test_ext_shared_array_buffer.js"] ["test_ext_startup_cache_telemetry.js"] +skip-if = [ + "os == 'win' && os_version == '10.2009' && processor == 'x86_64'", # Bug 1996467 + "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1996467 + "os == 'win' && os_version == '11.26100' && processor == 'x86'", # Bug 1996467 +] ["test_ext_test_mock.js"]