Skip to content

Commit e5b4c53

Browse files
richardlaudanielleadams
authored andcommitted
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: nodejs#41812 Refs: nodejs#39683 PR-URL: nodejs#41984 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 4b3700d commit e5b4c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/parallel.status

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ test-http-client-parse-error: PASS, FLAKY
6767
test-http-multi-line-headers: PASS, FLAKY
6868
test-http-server-unconsume: PASS, FLAKY
6969
test-http-upgrade-advertise: PASS, FLAKY
70-
test-http-client-mindhsize: PASS, FLAKY
71-
test-http-tls-write-error: PASS, FLAKY
70+
test-tls-client-mindhsize: PASS, FLAKY
71+
test-tls-write-error: PASS, FLAKY

0 commit comments

Comments
 (0)