Skip to content

Commit aa430a4

Browse files
authored
nodejs_24: fix test (#420937)
2 parents c7a1d6d + f4c47d8 commit aa430a4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pkgs/development/web/nodejs/v24.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ buildNodejs {
5151
./node-npm-build-npm-package-logic.patch
5252
./use-correct-env-in-tests.patch
5353
./bin-sh-node-run-v22.patch
54+
55+
# Fix for flaky test
56+
# TODO: remove when included in a release
57+
(fetchpatch2 {
58+
url = "https://github.com/nodejs/node/commit/cd685fe3b6b18d2a1433f2635470513896faebe6.patch?full_index=1";
59+
hash = "sha256-KA7WBFnLXCKx+QVDGxFixsbj3Y7uJkAKEUTeLShI1Xo=";
60+
})
5461
]
5562
++ lib.optionals (!stdenv.buildPlatform.isDarwin) [
5663
# test-icu-env is failing without the reverts

0 commit comments

Comments
 (0)