Skip to content

Commit

Permalink
test: exclude no_interleaved_stdio test for AIX
Browse files Browse the repository at this point in the history
pseudo-tty/no_interleaved_stdio has hung a few times
in the last couple of days on AIX.  We believe
it is not a Node.js issue but an issue with python
on AIX. Its being investigated under:
#7973.
Excluding this additional test until we can
resolve the python issue.

Fixes #9765
PR-URL: #9772
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
  • Loading branch information
mhdawson authored and MylesBorins committed Dec 21, 2016
1 parent aec635e commit 6a333fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/pseudo-tty/pseudo-tty.status
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ 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

0 comments on commit 6a333fe

Please sign in to comment.