test: mark some known flakes · nodejs/node@528d100 (original) (raw)

Original file line number Diff line number Diff line change
@@ -23,6 +23,12 @@ test-http2-client-upload-reject: PASS,FLAKY
23 23 [$system==linux]
24 24
25 25 [$system==macos]
26 +# https://github.com/nodejs/node/issues/26910
27 +test-tls-sni-option: PASS,FLAKY
28 +# https://github.com/nodejs/node/issues/27219
29 +test-tls-sni-server-client: PASS,FLAKY
30 +# https://github.com/nodejs/node/issues/26938
31 +test-tls-js-stream: PASS,FLAKY
26 32
27 33 [$arch==arm |
28 34 # https://github.com/nodejs/node/issues/26610
@@ -31,5 +37,7 @@ test-async-hooks-http-parser-destroy: PASS,FLAKY
31 37 [$system==solaris] # Also applies to SmartOS
32 38
33 39 [$system==freebsd]
40 +# https://github.com/nodejs/node/issues/23089
41 +test-gc-http-client-onerror: PASS,FLAKY
34 42
35 43 [$system==aix]