Browse Source

test: exclude no_interleaved_stdio test for AIX

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:
https://github.com/nodejs/node/issues/7973.
Excluding this additional test until we can
resolve the python issue.

Fixes https://github.com/nodejs/node/issues/9765
PR-URL: https://github.com/nodejs/node/pull/9772
Reviewed-By: Sam Roberts <sam@strongloop.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
v6.x
Michael Dawson 8 years ago
committed by Anna Henningsen
parent
commit
605c84f8d6
No known key found for this signature in database GPG Key ID: D8B9F5AEAE84E4CF
  1. 1
      test/pseudo-tty/pseudo-tty.status

1
test/pseudo-tty/pseudo-tty.status

@ -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

Loading…
Cancel
Save