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>
This commit is contained in:
parent
9b0f53d45a
commit
d2149596a5
@ -3,3 +3,4 @@ prefix pseudo-tty
|
|||||||
[$system==aix]
|
[$system==aix]
|
||||||
# test issue only, covered under https://github.com/nodejs/node/issues/7973
|
# test issue only, covered under https://github.com/nodejs/node/issues/7973
|
||||||
no_dropped_stdio : SKIP
|
no_dropped_stdio : SKIP
|
||||||
|
no_interleaved_stdio : SKIP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user