From 3b11d899b234a6b18b8cf08f06c557afaa2ca9b9 Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Tue, 28 Feb 2017 06:51:05 -0500 Subject: [PATCH] test: exclude pseudo-tty test pertinent to #11541 This test is newly added to v4.x stream and is consistently failing. We have a couple of issues with pseudo-tty tests in AIX, and while the investigation is going on, need to skip this test to make CI green. PR-URL: https://github.com/nodejs/node/pull/11602 Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson Reviewed-By: Myles Borins --- test/pseudo-tty/pseudo-tty.status | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/pseudo-tty/pseudo-tty.status b/test/pseudo-tty/pseudo-tty.status index e16bb28cd7be61..83e6d05a4c2e20 100644 --- a/test/pseudo-tty/pseudo-tty.status +++ b/test/pseudo-tty/pseudo-tty.status @@ -2,5 +2,7 @@ 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 +no_dropped_stdio : SKIP +no_interleaved_stdio : SKIP +# test issue: https://github.com/nodejs/node/issues/11541 +test-stderr-stdout-handle-sigwinch : SKIP