Skip to content

Commit

Permalink
test: mark some known flakes
Browse files Browse the repository at this point in the history
PR-URL: #27225
Refs: #26910
Refs: #27219
Refs: #26938
Refs: #23089
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yongsheng Zhang <[email protected]>
  • Loading branch information
refack committed Apr 21, 2019
1 parent e37eee2 commit 528d100
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ test-http2-client-upload-reject: PASS,FLAKY
[$system==linux]

[$system==macos]
# https://github.com/nodejs/node/issues/26910
test-tls-sni-option: PASS,FLAKY
# https://github.com/nodejs/node/issues/27219
test-tls-sni-server-client: PASS,FLAKY
# https://github.com/nodejs/node/issues/26938
test-tls-js-stream: PASS,FLAKY

[$arch==arm || $arch==arm64]
# https://github.com/nodejs/node/issues/26610
Expand All @@ -31,5 +37,7 @@ test-async-hooks-http-parser-destroy: PASS,FLAKY
[$system==solaris] # Also applies to SmartOS

[$system==freebsd]
# https://github.com/nodejs/node/issues/23089
test-gc-http-client-onerror: PASS,FLAKY

[$system==aix]

0 comments on commit 528d100

Please sign in to comment.