From 7d7e2cec25f7da017e1596262a7907351de87e23 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 28 Dec 2024 08:48:35 +0100 Subject: [PATCH] test: remove test-worker-arraybuffer-zerofill flaky designation Refs: https://github.com/nodejs/node/pull/56053 PR-URL: https://github.com/nodejs/node/pull/56364 Reviewed-By: Jake Yuesong Li Reviewed-By: James M Snell --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 5632161e88bf25..1e847716970e4f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -8,8 +8,6 @@ prefix parallel # 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 # https://github.com/nodejs/node/issues/51862 test-fs-read-stream-concurrent-reads: PASS, FLAKY