Skip to content

Commit

Permalink
test: exclude pseudo-tty test pertinent to #11541
Browse files Browse the repository at this point in the history
This test is newly added to v4.x stream and is consistently failing.
We have a couple of issues with pseudo-tty tests in AIX, and while
the investigation is going on, need to skip this test to make CI green.

PR-URL: #11602
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
  • Loading branch information
gireeshpunathil authored and MylesBorins committed Mar 9, 2017
1 parent b48f6ff commit 4ce9bfb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/pseudo-tty/pseudo-tty.status
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ prefix pseudo-tty

[$system==aix]
# test issue only, covered under https://github.com/nodejs/node/issues/7973
no_dropped_stdio : SKIP
no_interleaved_stdio : SKIP
no_dropped_stdio : SKIP
no_interleaved_stdio : SKIP
# test issue: https://github.com/nodejs/node/issues/11541
test-stderr-stdout-handle-sigwinch : SKIP

0 comments on commit 4ce9bfb

Please sign in to comment.