From efe60a5fe2d1bb6577d436fed233e6a3c69b1733 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Sat, 10 Oct 2020 10:45:03 -0700 Subject: [PATCH] test: mark test-webcrypto-encrypt-decrypt-aes flaky Appears to be flaky only on rhe17-390x. Will be investigating refs: https://github.com/nodejs/node/issues/35586 PR-URL: https://github.com/nodejs/node/pull/35587 Refs: https://github.com/nodejs/node/issues/35586 Reviewed-By: Rich Trott Reviewed-By: Matteo Collina --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 4d120c190ebcad..48d309971a9ad5 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -27,6 +27,7 @@ test-worker-memory: PASS,FLAKY test-worker-message-port-transfer-terminate: PASS,FLAKY [$system==linux] +test-webcrypto-encrypt-decrypt-aes: PASS,FLAKY [$system==macos]