From 3d21792f8624d3f8d406700b5a661d7ef9e86f84 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 811fb9a9c6f985..2805b135d55951 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]