···299299 "FLAKY_TESTS=skip"
300300 # Skip some tests that are not passing in this context
301301 "CI_SKIP_TESTS=${lib.concatStringsSep "," ([
302302+ # Tests don't work in sandbox.
302303 "test-child-process-exec-env"
303304 "test-child-process-uid-gid"
304305 "test-fs-write-stream-eagain"
+5
pkgs/development/web/nodejs/v20.nix
···4444 stripLen = 1;
4545 hash = "sha256-6y3aEqxNC4iTQEv1oewodJrhOHxjp5xZMq1P1QL94Rg=";
4646 })
4747+ # fixes test failure, remove when included in release
4848+ (fetchpatch2 {
4949+ url = "https://github.com/nodejs/node/commit/b6fe731c55eb4cb9d14042a23e5002ed39b7c8b7.patch?full_index=1";
5050+ hash = "sha256-KoKsQBFKUji0GeEPTR8ixBflCiHBhPqd2cPVPuKyua8=";
5151+ })
4752 ] ++ gypPatches;
4853}
+5
pkgs/development/web/nodejs/v22.nix
···2424 url = "https://github.com/nodejs/node/commit/32f7d5ad1cf79e7e731e1bb7ac967f4f2a3194cf.patch?full_index=1";
2525 hash = "sha256-dyUr3caGfetrXgfAl+CLE1LKKetDZCpPwMg4EM98rqI=";
2626 })
2727+ # fixes test failure, remove when included in release
2828+ (fetchpatch2 {
2929+ url = "https://github.com/nodejs/node/commit/b6fe731c55eb4cb9d14042a23e5002ed39b7c8b7.patch?full_index=1";
3030+ hash = "sha256-KoKsQBFKUji0GeEPTR8ixBflCiHBhPqd2cPVPuKyua8=";
3131+ })
2732 ];
2833}
+5
pkgs/development/web/nodejs/v23.nix
···3535 url = "https://github.com/nodejs/node/commit/f270462c09ddfd770291a7c8a2cd204b2c63d730.patch?full_index=1";
3636 hash = "sha256-Err0i5g7WtXcnhykKgrS3ocX7/3oV9UrT0SNeRtMZNU=";
3737 })
3838+ # fixes test failure, remove when included in release
3939+ (fetchpatch2 {
4040+ url = "https://github.com/nodejs/node/commit/b6fe731c55eb4cb9d14042a23e5002ed39b7c8b7.patch?full_index=1";
4141+ hash = "sha256-KoKsQBFKUji0GeEPTR8ixBflCiHBhPqd2cPVPuKyua8=";
4242+ })
3843 ];
3944}