Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: add missing ref comments to parallel.status
PR-URL: #35896
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott committed Nov 4, 2020
commit 72ce5dcd52b4bce69fdc35c666fa22813634e77e
3 changes: 3 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand Down