From 908c4dff441e86f478b125a7d5571a6345716469 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 PR-URL: https://github.com/nodejs/node/pull/46684 Refs: https://github.com/nodejs/node/issues/46683 Reviewed-By: Filip Skokan Reviewed-By: Beth Griggs --- 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