diff options
author | Rich Trott <rtrott@gmail.com> | 2019-06-07 19:12:00 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-06-10 10:25:35 -0700 |
commit | d7f60b7e878b0788a36ad0a166c18f13cf3d685f (patch) | |
tree | 27c28de403b1dc820d9c627671d9033bec48bbdd /test/pseudo-tty/pseudo-tty.status | |
parent | bf1281444986c4dd827aee90d382078d9e0a7f36 (diff) | |
download | node-new-d7f60b7e878b0788a36ad0a166c18f13cf3d685f.tar.gz |
test: remove test-tty-wrap from status file
The test is believed to no longer be unreliable on AIX. Remove the flaky
designation from the appropriate status file.
Closes: https://github.com/nodejs/node/issues/9728
PR-URL: https://github.com/nodejs/node/pull/28129
Fixes: https://github.com/nodejs/node/issues/9728
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/pseudo-tty/pseudo-tty.status')
-rw-r--r-- | test/pseudo-tty/pseudo-tty.status | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/pseudo-tty/pseudo-tty.status b/test/pseudo-tty/pseudo-tty.status index 5c8114692d..7925290e05 100644 --- a/test/pseudo-tty/pseudo-tty.status +++ b/test/pseudo-tty/pseudo-tty.status @@ -1,8 +1,6 @@ prefix pseudo-tty [$system==aix] -# being investigated under https://github.com/nodejs/node/issues/9728 -test-tty-wrap : FAIL, PASS [$system==solaris] # https://github.com/nodejs/node/pull/16225 - `ioctl(fd, TIOCGWINSZ)` seems |