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
|
# https://github.com/nodejs/node/issues/39683 |
|
test-tls-psk-client: PASS, FLAKY |
but it looks like the test runner treats timed out tests as failures (
severity: fail) instead of flakes (
severity: flaky).
Originally posted by @richardlau in #43509 (comment)