From 4485adeaeb61ce7f347d7f2ec5e0d6dbc611b19a Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Sun, 14 Aug 2022 05:30:11 +0100 Subject: [PATCH] test: mark connection leak test flaky on IBM i Mark `test-http-pipeline-requests-connection-leak` flaky on IBM i. PR-URL: https://github.com/nodejs/node/pull/44215 Refs: https://github.com/nodejs/node/issues/43509 Refs: https://github.com/nodejs/node/issues/39683 Reviewed-By: Luigi Pinca Reviewed-By: Darshan Sen --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 9b2facf034be81..0c2c10c1eedfff 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -84,6 +84,7 @@ test-crypto-secure-heap: SKIP test-dgram-connect: PASS, FLAKY test-http-client-parse-error: PASS, FLAKY test-http-multi-line-headers: PASS, FLAKY +test-http-pipeline-requests-connection-leak: PASS, FLAKY test-http-server-unconsume: PASS, FLAKY test-http-upgrade-advertise: PASS, FLAKY test-tls-client-mindhsize: PASS, FLAKY