Skip to content

Commit

Permalink
Rebase + skip snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgomes committed Jun 3, 2024
1 parent 614e2dd commit 1e2b656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ static void PlatformInit(ProcessInitializationFlags::Flags flags) {
} while (min + 1 < max);
}
}
#endif // __Fuchsia__
#endif // __POSIX__
#ifdef _WIN32
if (!(flags & ProcessInitializationFlags::kNoStdioInitialization)) {
Expand Down
3 changes: 3 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ test-v8-serdes: SKIP

test-v8-stats: SKIP

# Node is built without embedded snapshot.
test-snapshot-basic: SKIP

# https://github.com/nodejs/node/issues/43676
test-repl-pretty-stack: SKIP
test-repl-pretty-custom-stack: SKIP
Expand Down

0 comments on commit 1e2b656

Please sign in to comment.