summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-31 18:01:14 +0100
committerGitHub <noreply@github.com>2024-01-31 17:01:14 +0000
commit54d18f3d287bc0d247ed2df16d06cb5210ba0646 (patch)
tree741ef1f7a4d359a3edf2eff12973befa731eae30
parent560390c93cd56e5156ba6f8e66057181c1f5833f (diff)
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.
-rw-r--r--cli/tests/node_compat/config.jsonc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/node_compat/config.jsonc b/cli/tests/node_compat/config.jsonc
index a29d75a19..d84cc4dd2 100644
--- a/cli/tests/node_compat/config.jsonc
+++ b/cli/tests/node_compat/config.jsonc
@@ -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",