test: mark some known flakes

PR-URL: https://github.com/nodejs/node/pull/27225
Refs: https://github.com/nodejs/node/issues/26910
Refs: https://github.com/nodejs/node/issues/27219
Refs: https://github.com/nodejs/node/issues/26938
Refs: https://github.com/nodejs/node/issues/23089
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
This commit is contained in:
Refael Ackermann 2019-04-14 13:29:02 -04:00
parent e37eee2b1e
commit 528d100394

View File

@ -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
@ -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]