From 2855ca024f8badb02b1f091bc664d158fb490b38 Mon Sep 17 00:00:00 2001 From: Adam Klein Date: Thu, 11 Aug 2022 15:20:13 -0700 Subject: [PATCH] Skip all snapshot tests (#148) These tests fail on the node-ci builder: https://ci.chromium.org/ui/p/v8/builders/ci/V8%20Linux64%20-%20node.js%20integration%20ng/21832/overview --- test/parallel/parallel.status | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e140e9f57291f1..f1f1559479e07f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -38,6 +38,14 @@ test-v8-stats: SKIP # Node is built without embedded snapshot. test-snapshot-basic: SKIP +test-snapshot-api: SKIP +test-snapshot-cjs-main: SKIP +test-snapshot-eval: SKIP +test-snapshot-gzip: SKIP +test-snapshot-incompatible: SKIP +test-snapshot-umd: SKIP +test-snapshot-warning: SKIP +test-snapshot-typescript: SKIP # https://github.com/nodejs/node/issues/43676 test-repl-pretty-stack: SKIP