From f9c290f0e9ef632752b88562d8a36da5423439dc Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Thu, 19 Oct 2023 12:03:49 -0400 Subject: [PATCH] test: set `test-structuredclone-*` 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/50261 Refs: https://github.com/nodejs/node/issues/50260 Reviewed-By: Zeyu "Alex" Yang Reviewed-By: Vinícius Lourenço Claro Cardoso --- test/pummel/pummel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/pummel/pummel.status b/test/pummel/pummel.status index 143450986e46c4..abd8b8957df0d4 100644 --- a/test/pummel/pummel.status +++ b/test/pummel/pummel.status @@ -9,6 +9,8 @@ prefix pummel [$system==win32] # https://github.com/nodejs/node/issues/40728 test-fs-watch-non-recursive: PASS,FLAKY +# https://github.com/nodejs/node/issues/50260 +test-structuredclone-jstransferable: PASS,FLAKY [$system==linux] # https://github.com/nodejs/node/issues/38226