From 84a53dcc0e2b1e60b04738174ac03ccbe214de44 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 14 May 2026 15:05:42 +0200 Subject: [PATCH] test: unskip snapshot reproducibility test Signed-off-by: Joyee Cheung --- test/parallel/parallel.status | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 5c7fe47927611f..73a866bbef8b75 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -19,9 +19,6 @@ 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: SKIP - [$system==win32] # https://github.com/nodejs/node/issues/59090 test-inspector-network-fetch: PASS, FLAKY