Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: exclude pseudo-tty test pertinent to #11541
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
commit 2869949614d5dcb07fdd82dbf12fe8878709cc71
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