From d899d21ecf8be5141581492ff2cab3b8db39d81c Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sat, 18 Apr 2026 20:17:18 +0200 Subject: [PATCH 1/2] test: mark test-snapshot-reproducible flaky Signed-off-by: Filip Skokan --- test/parallel/parallel.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 73a866bbef8b75..0bcc4d67ca9bee 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -19,6 +19,9 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY # https://github.com/nodejs/build/issues/3043 test-snapshot-incompatible: SKIP +# https://github.com/nodejs/node/issues/53579 +test-snapshot-reproducible: PASS, FLAKY + [$system==win32] # https://github.com/nodejs/node/issues/59090 test-inspector-network-fetch: PASS, FLAKY From 108b2c0d0b5d551f1f80cf6caed9e783dea25330 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sat, 18 Apr 2026 20:35:41 +0200 Subject: [PATCH 2/2] apply suggestion Co-authored-by: Filip Skokan --- test/parallel/parallel.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0bcc4d67ca9bee..5c7fe47927611f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -20,7 +20,7 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY test-snapshot-incompatible: SKIP # https://github.com/nodejs/node/issues/53579 -test-snapshot-reproducible: PASS, FLAKY +test-snapshot-reproducible: SKIP [$system==win32] # https://github.com/nodejs/node/issues/59090