We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4685474 commit a385fdbCopy full SHA for a385fdb
pkgs/development/web/nodejs/nodejs.nix
@@ -299,6 +299,10 @@ let
299
"FLAKY_TESTS=skip"
300
# Skip some tests that are not passing in this context
301
"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.
306
"test-child-process-exec-env"
307
"test-child-process-uid-gid"
308
"test-fs-write-stream-eagain"
0 commit comments