From 34aee0d23ed810adf2074288199ca17b69a74e89 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Fri, 2 Sep 2016 11:08:02 -0400 Subject: [PATCH] test: mark pseudo-tty/no_dropped_stdio as flaky We've determined there is a test issue related to python as opposed to node, mark as flaky until we can resolve PR-URL: https://github.com/nodejs/node/pull/8385 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Jeremiah Senkpiel --- test/pseudo-tty/pseudo-tty.status | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/pseudo-tty/pseudo-tty.status diff --git a/test/pseudo-tty/pseudo-tty.status b/test/pseudo-tty/pseudo-tty.status new file mode 100644 index 00000000000000..0d404171d278cc --- /dev/null +++ b/test/pseudo-tty/pseudo-tty.status @@ -0,0 +1,3 @@ +[$system==aix] +# test issue only, covered under https://github.com/nodejs/node/issues/7973 +no_dropped_stdio : PASS, FLAKY