Skip to content

Commit 4ce9bfb

Browse files
gireeshpunathilMylesBorins
authored andcommitted
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: #11602 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent b48f6ff commit 4ce9bfb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/pseudo-tty/pseudo-tty.status

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ prefix pseudo-tty
22

33
[$system==aix]
44
# test issue only, covered under https://github.com/nodejs/node/issues/7973
5-
no_dropped_stdio : SKIP
6-
no_interleaved_stdio : SKIP
5+
no_dropped_stdio : SKIP
6+
no_interleaved_stdio : SKIP
7+
# test issue: https://github.com/nodejs/node/issues/11541
8+
test-stderr-stdout-handle-sigwinch : SKIP

0 commit comments

Comments
 (0)