Skip to content

Commit afcc0ef

Browse files
committed
Bug 1866777 - Disable test_race_cache_with_network.js on windows opt for frequent failures. r=#intermittent-reviewers,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D197199
1 parent 9687208 commit afcc0ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

netwerk/test/unit/xpcshell.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,9 @@ skip-if = [
973973
["test_psl.js"]
974974

975975
["test_race_cache_with_network.js"]
976+
skip-if = [
977+
"os == 'win' && !debug", # Bug 1866777
978+
]
976979

977980
["test_range_requests.js"]
978981

0 commit comments

Comments
 (0)