From bddc99ec7ffd40cde7c82455d3ad01dc0f9cdaf8 Mon Sep 17 00:00:00 2001 From: Xu Meng Date: Mon, 29 Jun 2020 05:54:23 -0500 Subject: [PATCH] test: skip some IBM i unsupported test cases Issuing a shutdown() on IBM i PASE with parameter SHUT_WR also sends a normal close sequence to the partner program. This leads to timing issues and ECONNRESET failures in some test cases. Refs: https://github.com/libuv/libuv/pull/2782 PR-URL: https://github.com/nodejs/node/pull/34118 Reviewed-By: Richard Lau Reviewed-By: Beth Griggs Reviewed-By: James M Snell --- test/parallel/parallel.status | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index b72cd30775c05c..94d15064b38423 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -65,3 +65,13 @@ test-cluster-shared-leak: SKIP test-http-writable-true-after-close: SKIP test-http2-connect-method: SKIP test-net-error-twice: SKIP +# https://github.com/libuv/libuv/pull/2782 +test-net-allow-half-open: SKIP +test-net-keepalive: SKIP +test-net-persistent-keepalive: SKIP +test-net-socket-close-after-end: SKIP +test-net-socket-connect-without-cb: SKIP +test-net-socket-connecting: SKIP +test-net-socket-ready-without-cb: SKIP +test-net-write-after-end-nt: SKIP +test-tls-env-extra-ca: SKIP \ No newline at end of file