From a7830baa8a7468f359bcfb0ba11077d56ad1b2ff Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Wed, 8 May 2024 22:41:40 +0100 Subject: [PATCH] test: skip unstable shadow realm gc tests PR-URL: https://github.com/nodejs/node/pull/52855 Refs: https://github.com/nodejs/node/issues/52273 Reviewed-By: Luigi Pinca Reviewed-By: Marco Ippolito --- test/parallel/parallel.status | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 8840bd004ba87a..c2b988f9b2f769 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,6 +5,13 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms +# https://github.com/nodejs/node/issues/52273 +test-net-write-fully-async-hex-string: PASS, FLAKY +# https://github.com/nodejs/node/issues/52273 +test-shadow-realm-gc: SKIP +test-shadow-realm-gc-module: SKIP +# https://github.com/nodejs/node/issues/52274 +test-worker-arraybuffer-zerofill: PASS, FLAKY # https://github.com/nodejs/node/issues/51862 test-fs-read-stream-concurrent-reads: PASS, FLAKY