Open
Description
With #44215 we're down to one test that is failing the IBM i CI build:
https://ci.nodejs.org/job/node-test-commit-ibmi/862/nodes=ibmi73-ppc64/console
10:21:56 not ok 3714 sequential/test-tls-psk-client # TODO : Fix flaky test
10:26:56 ---
10:26:56 duration_ms: 300.226
10:26:56 severity: fail
10:26:56 exitcode: -15
10:26:56 stack: |-
10:26:56 timeout
10:26:56 Failed: Timed out
10:26:56 ...
This test is already marked flaky on IBM i
node/test/sequential/sequential.status
Lines 30 to 31 in d7f1934
severity: fail
) instead of flakes (severity: flaky
).
Originally posted by @richardlau in #43509 (comment)