mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
chore: disable test-fs-watchfile.js on Mac ARM (#22209)
This is super flaky on new Mac ARM runner. Disabling for now to unblock main branch.
This commit is contained in:
parent
560390c93c
commit
54d18f3d28
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue