Skip to content

Commit

Permalink
chore: disable test-fs-watchfile.js on Mac ARM (#22209)
Browse files Browse the repository at this point in the history
This is super flaky on new Mac ARM runner. Disabling for now to unblock
main branch.
  • Loading branch information
bartlomieju committed Jan 31, 2024
1 parent 560390c commit 54d18f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/tests/node_compat/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,8 @@
"darwinIgnore": {
"parallel": [
"test-net-allow-half-open.js",
"test-net-socket-close-after-end.js"
"test-net-socket-close-after-end.js",
"test-fs-watchfile.js"
]
},
"suitesFolder": "test",
Expand Down

0 comments on commit 54d18f3

Please sign in to comment.