From dc9e95473761be775069bc19babaa07b5379d181 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. --- 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