From 7c3dce0e4f296d863a3f9e4cdbadaee8b0280f79 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 29 Apr 2024 01:10:30 +0200 Subject: [PATCH] test: mark `test-error-serdes` as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/52739 Refs: https://github.com/nodejs/node/issues/52630 Reviewed-By: Michaƫl Zasso Reviewed-By: Richard Lau --- test/parallel/parallel.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index cd68718a1edc37..26e72842912841 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -15,6 +15,9 @@ test-worker-arraybuffer-zerofill: PASS, FLAKY # https://github.com/nodejs/node/issues/51862 test-fs-read-stream-concurrent-reads: PASS, FLAKY +# https://github.com/nodejs/node/issues/52630 +test-error-serdes: PASS, FLAKY + [$system==win32] # Windows on x86