There was an error while loading. Please reload this page.
1 parent 5634542 commit 007e81aCopy full SHA for 007e81a
1 file changed
.github/workflows/ci.yml
@@ -91,6 +91,10 @@ jobs:
91
- name: Fuzz Test
92
run: node Makefile fuzz
93
- name: Test EMFILE Handling
94
+ # Node.js 26.8+ no longer reliably triggers `EMFILE` for small-file reads.
95
+ # See: https://github.com/nodejs/node/pull/65327
96
+ # TODO: Re-enable after replacing this with deterministic error injection.
97
+ if: matrix.node != '26.x'
98
run: npm run test:emfile
99
100
test_on_browser:
0 commit comments