Skip to content

Commit 826fe76

Browse files
committed
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
1 parent d57c4b6 commit 826fe76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

toolkit/components/backgroundtasks/tests/xpcshell/xpcshell.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ skip-if = [
6060

6161
["test_backgroundtask_shouldprocessupdates.js"]
6262
run-sequentially = ["true"] # perma-fail in parallel
63+
skip-if = [
64+
"os == 'win' && os_version == '10.2009' && arch == 'x86_64'", # Bug 1937351
65+
"os == 'win' && os_version == '11.26100'", # Bug 1937351
66+
]
6367

6468
["test_backgroundtask_simultaneous_instances.js"]
6569

0 commit comments

Comments
 (0)