From c392ac0208455989211efddf858061e72b3ad74f Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 28 Nov 2024 11:35:13 +0100 Subject: [PATCH] test: move test-worker-arraybuffer-zerofill to parallel Move `test/sequential/test-worker-arraybuffer-zerofill.js` back to `test/parallel/test-worker-arraybuffer-zerofill.js` and remove the flaky designation. The original issue is likely the same as other tests that time out. Refs: https://github.com/nodejs/node/issues/54918 Refs: https://github.com/nodejs/node/pull/54839 Refs: https://github.com/nodejs/node/pull/54802 --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 2f94923799bdea..974fef4d5020be 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -45,8 +45,6 @@ test-sqlite-statement-sync: PASS, FLAKY test-runner-run-watch: PASS, FLAKY # https://github.com/nodejs/node/issues/37692 test-fs-utimes: PASS, FLAKY -# https://github.com/nodejs/node/issues/52274 -test-worker-arraybuffer-zerofill: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605