From 72ce5dcd52b4bce69fdc35c666fa22813634e77e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 31 Oct 2020 04:37:04 -0700 Subject: [PATCH] test: add missing ref comments to parallel.status PR-URL: https://github.com/nodejs/node/pull/35896 Reviewed-By: Gireesh Punathil Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca --- test/parallel/parallel.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index f5188caac91780..a77b6f263270a4 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,7 +5,9 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms +# https://github.com/nodejs/node/issues/35881 test-http2-respond-file-error-pipe-offset: PASS,FLAKY +# https://github.com/nodejs/node/issues/35844 test-worker-eventlooputil: PASS,FLAKY [$system==win32] @@ -29,6 +31,7 @@ test-worker-memory: PASS,FLAKY test-worker-message-port-transfer-terminate: PASS,FLAKY [$system==linux] +# https://github.com/nodejs/node/issues/35586 test-webcrypto-encrypt-decrypt-aes: PASS,FLAKY [$system==macos]