0
0
Fork 0
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:
Bartek Iwańczuk 2024-01-31 18:01:14 +01:00 committed by GitHub
parent 560390c93c
commit 54d18f3d28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",