From 682b42905ddb8950ecaaf9ab4cca8f684882e31e Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 16 Feb 2023 11:54:34 -0500 Subject: [PATCH] test: mark test-crypto-key-objects flaky on Linux --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0c2c10c1eedfff..4bcb1e77edbb7c 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -19,6 +19,8 @@ test-crypto-keygen: PASS,FLAKY test-fs-rmdir-recursive: PASS, FLAKY [$system==linux] +# https://github.com/nodejs/node/issues/46683 +test-crypto-key-objects: PASS, FLAKY # https://github.com/nodejs/node/issues/39368 test-domain-error-types: PASS,FLAKY