]> Cypherpunks.ru repositories - gostls13.git/commit
net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64
authorBryan C. Mills <bcmills@google.com>
Wed, 5 Jan 2022 19:20:30 +0000 (14:20 -0500)
committerBryan Mills <bcmills@google.com>
Wed, 5 Jan 2022 21:11:50 +0000 (21:11 +0000)
commit88cafe0f58cf7374722a2a98d8919c32bb8795e5
tree9be0bd6b1e4ff84f6555bd62be97d00d84c6511d
parent002283eaca8335c4c1fb209f267bacf5afe6cf2c
net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64

These tests are empirically flaky on the windows/arm and windows/arm64
builders, with a consistent (but rare) failure mode.

This change skips the test if that particular failure mode is
encountered on those platforms; the skip can be removed if and when
someone has the time to pin down the root cause.

For #43120

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