test: mark some tests as flaky

Refs: https://github.com/nodejs/node/issues/20750
Refs: https://github.com/nodejs/node/issues/22327
Refs: https://github.com/nodejs/node/issues/22762
Refs: https://github.com/nodejs/reliability/issues/16

PR-URL: https://github.com/nodejs/node/pull/22941
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit is contained in:
João Reis 2018-09-19 06:05:08 +01:00 committed by Refael Ackermann
parent a82fc30383
commit 311e72fc23
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,9 @@ prefix parallel
test-trace-events-fs-sync: PASS,FLAKY
[$system==win32]
test-http2-pipe: PASS,FLAKY
test-worker-syntax-error: PASS,FLAKY
test-worker-syntax-error-file: PASS,FLAKY
[$system==linux]

View File

@ -10,6 +10,7 @@ prefix sequential
test-fs-readfile-tostring-fail: PASS, FLAKY
[$system==win32]
test-http2-large-file: PASS, FLAKY
[$system==linux]