commit 826fe7617677cdf80988b0b7b942673e2b5b2bb7
parent d57c4b63836cb0070e4b9026a1c844cd77f65b29
Author: Cristina Horotan <chorotan@mozilla.com>
Date: Wed, 10 Dec 2025 17:13:51 +0000
Bug 1937351 - disable test_backgroundtask_shouldprocessupdates.js on windows for causing frequent failures. r=intermittent-reviewers,aryx DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D275805
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/toolkit/components/backgroundtasks/tests/xpcshell/xpcshell.toml b/toolkit/components/backgroundtasks/tests/xpcshell/xpcshell.toml
@@ -60,6 +60,10 @@ skip-if = [
["test_backgroundtask_shouldprocessupdates.js"]
run-sequentially = ["true"] # perma-fail in parallel
+skip-if = [
+ "os == 'win' && os_version == '10.2009' && arch == 'x86_64'", # Bug 1937351
+ "os == 'win' && os_version == '11.26100'", # Bug 1937351
+]
["test_backgroundtask_simultaneous_instances.js"]