Skip to content

Commit

Permalink
nodejs: disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Nov 22, 2024
1 parent 4685474 commit a385fdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/web/nodejs/nodejs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ let
"FLAKY_TESTS=skip"
# Skip some tests that are not passing in this context
"CI_SKIP_TESTS=${lib.concatStringsSep "," ([
# Test depends on performance of builder.
# https://github.com/nodejs/node/pull/47316
"test-http-remove-connection-header-persists-connection"
# Tests don't work in sandbox.
"test-child-process-exec-env"
"test-child-process-uid-gid"
"test-fs-write-stream-eagain"
Expand Down

0 comments on commit a385fdb

Please sign in to comment.