Skip to content

Commit

Permalink
test: mark some tests as flaky
Browse files Browse the repository at this point in the history
Refs: nodejs#20750
Refs: nodejs#22327
Refs: nodejs#22762
Refs: nodejs/reliability#16

PR-URL: nodejs#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>
  • Loading branch information
joaocgreis authored and refack committed Sep 19, 2018
1 parent a82fc30 commit 311e72f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parallel/parallel.status
Expand Up @@ -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]

Expand Down
1 change: 1 addition & 0 deletions test/sequential/sequential.status
Expand Up @@ -10,6 +10,7 @@ prefix sequential
test-fs-readfile-tostring-fail: PASS, FLAKY

[$system==win32]
test-http2-large-file: PASS, FLAKY

[$system==linux]

Expand Down

0 comments on commit 311e72f

Please sign in to comment.