From 39d03eea247987318c48d83897ef53987be499eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 8 May 2025 13:33:19 +0200 Subject: [PATCH] test: enable `test-shadow-realm-*` tests Closes: https://github.com/nodejs/node/issues/52273 --- test/parallel/parallel.status | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 887a626a98b813..c548047c639ece 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,10 +5,6 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms -# https://github.com/nodejs/node/issues/52273 -test-shadow-realm-gc: SKIP -test-shadow-realm-gc-module: SKIP - # https://github.com/nodejs/node/issues/51862 test-fs-read-stream-concurrent-reads: PASS, FLAKY