test: mark test-http-client-response-timeout flaky

Refs: https://github.com/nodejs/node/issues/43680

PR-URL: https://github.com/nodejs/node/pull/43792
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
This commit is contained in:
Tobias Nießen 2022-07-12 21:45:47 +02:00 committed by GitHub
parent 07411da64f
commit a6e3d3b52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,8 @@ test-http-server-headers-timeout-keepalive: PASS,FLAKY
test-http-server-request-timeout-keepalive: PASS,FLAKY test-http-server-request-timeout-keepalive: PASS,FLAKY
# https://github.com/nodejs/node/issues/43465 # https://github.com/nodejs/node/issues/43465
test-http-server-request-timeouts-mixed: PASS,FLAKY test-http-server-request-timeouts-mixed: PASS,FLAKY
# https://github.com/nodejs/node/issues/43680
test-http-client-response-timeout: PASS,FLAKY
[$arch==arm || $arch==arm64] [$arch==arm || $arch==arm64]
# https://github.com/nodejs/node/pull/31178 # https://github.com/nodejs/node/pull/31178