From 713afed6b0f9cb2cd7e1a2ba623eed0d0c55536b Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 17 Jan 2024 20:17:14 +0100 Subject: [PATCH] test: remove test-file-write-stream4 flaky designation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Recent failures seem to be only caused by insufficient space left on the device. PR-URL: https://github.com/nodejs/node/pull/51472 Reviewed-By: Michaƫl Zasso Reviewed-By: Debadree Chatterjee Reviewed-By: Marco Ippolito --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index fa425fdcfc475b..39051e2e842b36 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -26,8 +26,6 @@ test-worker-nearheaplimit-deadlock: PASS, FLAKY [$system==linux] # https://github.com/nodejs/node/issues/39368 test-domain-error-types: PASS,FLAKY -# https://github.com/nodejs/node/issues/47420 -test-file-write-stream4: PASS,FLAKY # https://github.com/nodejs/node/issues/43465 test-http-server-request-timeouts-mixed: PASS, FLAKY