Skip to content

Commit

Permalink
Bug 1770170 - Bug 1770171 - Disable large-pipeto.js under TSAN (cause…
Browse files Browse the repository at this point in the history
…s claim_expired errors on taskcluster) r=saschanaz

Differential Revision: https://phabricator.services.mozilla.com/D146814
  • Loading branch information
mgaudet committed May 25, 2022
1 parent 2fc7de1 commit 00fec71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dom/streams/test/xpcshell/xpcshell.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ prefs=
[proper-realm-cancel.js]
[proper-realm-pull.js]
[large-pipeto.js]
skip-if = os == "win"
skip-if =
os == "win"
tsan # Causes claim expired errors; see Bug 1770170.
[too-big-array-buffer.js]

0 comments on commit 00fec71

Please sign in to comment.