From 84c2e712ebcd0f32dc0eaec866df050d03c36c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 30 Mar 2024 09:59:02 +0100 Subject: [PATCH] test: mark some GC-related tests as flaky Refs: https://github.com/nodejs/node/issues/52273 PR-URL: https://github.com/nodejs/node/pull/51362 Reviewed-By: Matteo Collina Reviewed-By: Antoine du Hamel Reviewed-By: Rafael Gonzaga --- test/parallel/parallel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 6175cac521589e..b4b965c7745dde 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,6 +5,10 @@ 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 +test-shadow-realm-gc: PASS, FLAKY +test-shadow-realm-gc-module: PASS, FLAKY [$system==win32]