Skip to content

Commit dfed498

Browse files
richardlaubengl
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: #41812 Refs: #39683 PR-URL: #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 7c19c74 commit dfed498

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)