Skip to content

Commit 5f93f33

Browse files
committed
Bug 1832135 - Disable browser_dbg-javascript-tracer.js on tsan for frequent failures. r=intermittent-reviewers,devtools-reviewers,ochameau,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D199505
1 parent 4d9204f commit 5f93f33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devtools/client/debugger/test/mochitest/browser_aj.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,6 @@ fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and
272272
["browser_dbg-integration-reloading-uncompressed-sourcemaps.js"]
273273

274274
["browser_dbg-javascript-tracer.js"]
275+
skip-if = [
276+
"tsan", # Bug 1832135
277+
]

0 commit comments

Comments
 (0)