From 38cd81aea42b4fbb78e5e663fe970b6ce404d42b Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 28 Dec 2024 05:31:17 +0100 Subject: [PATCH] test: remove test-net-write-fully-async-hex-string flaky designation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/commit/84c2e712ebcd0f32dc0e RefS: https://github.com/nodejs/node/pull/52959 PR-URL: https://github.com/nodejs/node/pull/56365 Refs: https://github.com/nodejs/node/pull/52959 Reviewed-By: Juan José Arboleda Reviewed-By: Matthew Aitken --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 04d98f75383..5632161e88b 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -6,8 +6,6 @@ prefix parallel [true] # This section applies to all platforms # https://github.com/nodejs/node/issues/52273 -test-net-write-fully-async-hex-string: PASS, FLAKY -# 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