]> Cypherpunks repositories - gostls13.git/commit
net/http: skip Get flakes in TestClientTimeout tests on windows/arm4
authorBryan C. Mills <bcmills@google.com>
Mon, 22 Aug 2022 19:33:11 +0000 (15:33 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 22 Aug 2022 20:13:29 +0000 (20:13 +0000)
commit7f1037c717858439a9d75d6f62c98c835fc72a74
treeaa7fc34ab75069f94ff6ada7edf8e2881e99bfe0
parenta74e5f584e96cc89a8f6a1bb1a8cd9fc6ed6e72d
net/http: skip Get flakes in TestClientTimeout tests on windows/arm4

There is already a skip in case of a later failure in the same test on
these platforms. Skip the failure if it occurs earlier too.

For #43120.

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