diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-31 18:01:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 17:01:14 +0000 |
commit | 54d18f3d287bc0d247ed2df16d06cb5210ba0646 (patch) | |
tree | 741ef1f7a4d359a3edf2eff12973befa731eae30 | |
parent | 560390c93cd56e5156ba6f8e66057181c1f5833f (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.jsonc | 3 |
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", |