From 5e731da572dbb2d389adfe75b2189c2f7c8cf8d2 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 26e72842912841..d754dd45e325f6 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,8 +7,9 @@ prefix parallel [true] # This section applies to all platforms # https://github.com/nodejs/node/issues/52273 test-net-write-fully-async-hex-string: PASS, FLAKY -test-shadow-realm-gc: PASS, FLAKY -test-shadow-realm-gc-module: 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