]> Cypherpunks repositories - gostls13.git/commit
net/http: disable flaky 100-continue tests
authorDamien Neil <dneil@google.com>
Tue, 21 May 2024 21:12:15 +0000 (14:12 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 21 May 2024 21:40:59 +0000 (21:40 +0000)
commit7164fad87a3be06220771f2ae497cb15ef467e31
treecc24f5b435863058d421c3da9e2d5d5ebef8aa0f
parent5a9dabc2ba873f89a5de9ff53c8eab7c96d0c6b5
net/http: disable flaky 100-continue tests

Disable three 100-continue tests that aren't exercising the
intended behavior because they don't set ExpectContinueTimeout.
The tests are flaky right now; setting ExpectContinueTimeout
makes them consistently fail.

Set ExpectContinueTimeout and t.Skip the tests for now.

Fixes #67382
For #67555

Change-Id: I459a19a927e14af03881e89c73d20c93cf0da43e
Reviewed-on: https://go-review.googlesource.com/c/go/+/587155
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/net/http/serve_test.go