summaryrefslogtreecommitdiff
path: root/test/pseudo-tty/pseudo-tty.status
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2016-11-23 10:12:02 -0500
committerMichael Dawson <michael_dawson@ca.ibm.com>2016-11-25 09:15:08 -0500
commitd2149596a58f68e7b0dae70512ca56e2a9e8202e (patch)
treea9fea9d1ef7abfa5382eac45b6c4642457dd8ea2 /test/pseudo-tty/pseudo-tty.status
parent9b0f53d45af943fb4d1d788bafde4eb16f5e4000 (diff)
downloadandroid-node-v8-d2149596a58f68e7b0dae70512ca56e2a9e8202e.tar.gz
android-node-v8-d2149596a58f68e7b0dae70512ca56e2a9e8202e.tar.bz2
android-node-v8-d2149596a58f68e7b0dae70512ca56e2a9e8202e.zip
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>
Diffstat (limited to 'test/pseudo-tty/pseudo-tty.status')
-rw-r--r--test/pseudo-tty/pseudo-tty.status1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pseudo-tty/pseudo-tty.status b/test/pseudo-tty/pseudo-tty.status
index 27c6f75e10..e16bb28cd7 100644
--- a/test/pseudo-tty/pseudo-tty.status
+++ b/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