From 9fd91925cc5ea47b96f2ca62ae422844785c67c0 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 12 May 2024 12:09:58 +0200 Subject: [PATCH 1/2] test: mark `test-net-write-fully-async-buffer` as flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 4b66881b79c8cd..f66e7dc430b71a 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -12,6 +12,8 @@ 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/47428 +test-net-write-fully-async-buffer: PASS,FLAKY # https://github.com/nodejs/node/issues/51862 test-fs-read-stream-concurrent-reads: PASS, FLAKY From c8f578e3db765070fde7449d9da7a7d2aabd560d Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 12 May 2024 21:25:58 +0200 Subject: [PATCH 2/2] Update test/parallel/parallel.status Co-authored-by: Mohammed Keyvanzadeh --- test/parallel/parallel.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index f66e7dc430b71a..309c150dd39079 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -13,7 +13,7 @@ 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/47428 -test-net-write-fully-async-buffer: PASS,FLAKY +test-net-write-fully-async-buffer: PASS, FLAKY # https://github.com/nodejs/node/issues/51862 test-fs-read-stream-concurrent-reads: PASS, FLAKY