Skip to content

Commit 1947acf

Browse files
dtomvanJohnRTitor
authored andcommitted
nodejs_20: unbreak on x86_64-darwin
1 parent 57474f4 commit 1947acf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/web/nodejs/nodejs.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,9 @@ let
436436
"test-fs-readv-sync"
437437
"test-vm-memleak"
438438
]
439+
++ lib.optional (
440+
stdenv.buildPlatform.isDarwin && stdenv.buildPlatform.isx86_64 && majorVersion == "20"
441+
) "test-tick-processor-arguments" # flaky
439442
)
440443
}"
441444
];

0 commit comments

Comments
 (0)