Skip to content

Commit a385fdb

Browse files
nodejs: disable flaky test
1 parent 4685474 commit a385fdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/web/nodejs/nodejs.nix

+4
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ let
299299
"FLAKY_TESTS=skip"
300300
# Skip some tests that are not passing in this context
301301
"CI_SKIP_TESTS=${lib.concatStringsSep "," ([
302+
# Test depends on performance of builder.
303+
# https://github.com/nodejs/node/pull/47316
304+
"test-http-remove-connection-header-persists-connection"
305+
# Tests don't work in sandbox.
302306
"test-child-process-exec-env"
303307
"test-child-process-uid-gid"
304308
"test-fs-write-stream-eagain"

0 commit comments

Comments
 (0)