From 6a333fe332394bfdc58d21b1d40ea894624e20de Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 23 Nov 2016 10:12:02 -0500 Subject: [PATCH] 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 Reviewed-By: Gibson Fahnestock --- test/pseudo-tty/pseudo-tty.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/pseudo-tty/pseudo-tty.status b/test/pseudo-tty/pseudo-tty.status index 27c6f75e10648c..e16bb28cd7be61 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