From 22097994ab62553bbf3f109c93382be254aada10 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 11 Aug 2022 12:19:10 -0400 Subject: [PATCH] test: mark connection leak test flaky on IBM i Mark `test-http-pipeline-requests-connection-leak` flaky on IBM i. --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 3e129b6abcfb6e..b749eb8497743f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -85,6 +85,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