Skip to content

Commit

Permalink
test: add github refs to flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github committed Jun 7, 2019
1 parent 6447be6 commit afa54b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/known_issues/known_issues.status
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ prefix known_issues
[$system==win32]

[$system==linux]
# https://github.com/nodejs/node/pull/23743
# https://github.com/nodejs/node/issues/3020
test-vm-timeout-escape-promise: PASS,FLAKY

[$system==macos]
Expand Down
2 changes: 2 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ test-net-connect-options-port: PASS,FLAKY
test-worker-prof: PASS,FLAKY

[$system==win32]
# https://github.com/nodejs/node/issues/20750
test-http2-pipe: PASS,FLAKY
# https://github.com/nodejs/node/issues/23277
test-worker-memory: PASS,FLAKY
# https://github.com/nodejs/node/issues/20750
test-http2-client-upload: PASS,FLAKY
# https://github.com/nodejs/node/issues/20750
test-http2-client-upload-reject: PASS,FLAKY
# https://github.com/nodejs/node/issues/28106
test-worker-debug: PASS,FLAKY
Expand Down
2 changes: 1 addition & 1 deletion test/pseudo-tty/pseudo-tty.status
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
prefix pseudo-tty

[$system==aix]
# being investigated under https://github.com/nodejs/node/issues/9728
# https://github.com/nodejs/node/issues/9728
test-tty-wrap : FAIL, PASS

[$system==solaris]
Expand Down

0 comments on commit afa54b2

Please sign in to comment.