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:
parent
a82fc30383
commit
311e72fc23
@ -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]
|
||||
|
||||
|
@ -10,6 +10,7 @@ prefix sequential
|
||||
test-fs-readfile-tostring-fail: PASS, FLAKY
|
||||
|
||||
[$system==win32]
|
||||
test-http2-large-file: PASS, FLAKY
|
||||
|
||||
[$system==linux]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user