From 711e8630840e82bbd02dcb7df4b0ec59dbfe7943 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 15 Feb 2022 15:19:56 +0000 Subject: [PATCH] test: fix names of tests marked flaky on IBM i Correct the names of two tests that have been marked `FLAKY` on IBM i so they will actually be marked as such by the test runner. Refs: https://github.com/nodejs/node/pull/41812 Refs: https://github.com/nodejs/node/issues/39683 PR-URL: https://github.com/nodejs/node/pull/41984 Reviewed-By: Rich Trott Reviewed-By: Mestery Reviewed-By: Beth Griggs Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson Reviewed-By: Gireesh Punathil --- test/parallel/parallel.status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index a3140505ab67ae..ea45f9396a4074 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -67,5 +67,5 @@ test-http-client-parse-error: PASS, FLAKY test-http-multi-line-headers: PASS, FLAKY test-http-server-unconsume: PASS, FLAKY test-http-upgrade-advertise: PASS, FLAKY -test-http-client-mindhsize: PASS, FLAKY -test-http-tls-write-error: PASS, FLAKY +test-tls-client-mindhsize: PASS, FLAKY +test-tls-write-error: PASS, FLAKY