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.
  • Loading branch information
gireeshpunathil committed Feb 28, 2017
1 parent 10e3092 commit 2869949
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 2869949

Please sign in to comment.