]> Cypherpunks.ru repositories - gostls13.git/commit
net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64
authorBryan C. Mills <bcmills@google.com>
Tue, 18 Jan 2022 17:21:18 +0000 (12:21 -0500)
committerBryan Mills <bcmills@google.com>
Tue, 18 Jan 2022 18:56:51 +0000 (18:56 +0000)
commit75bcdd59635a33e2a210ef6b02f5e3814571de4b
treed2746907315e2bed73314dd9701f5d48e0609acf
parentef4be98abd699c6f059dcac6dc6dfe5774cbf257
net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64

This extends the skip added in CL 375635 to the "_Headers" variant of
the test, since we have observed similar failures in that variant on
the builders.

For #43120

Change-Id: Ib1c97fbb776b576271629272f3194da77913a941
Reviewed-on: https://go-review.googlesource.com/c/go/+/379156
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
src/net/http/client_test.go