mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
tsweb: mark TestStdHandler_ConnectionClosedDuringBody flaky
Updates #13107 Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
parent
0a6eb12f05
commit
1dd9c44d51
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
"github.com/google/go-cmp/cmp"
|
"github.com/google/go-cmp/cmp"
|
||||||
"github.com/google/go-cmp/cmp/cmpopts"
|
"github.com/google/go-cmp/cmp/cmpopts"
|
||||||
|
"tailscale.com/cmd/testwrapper/flakytest"
|
||||||
"tailscale.com/metrics"
|
"tailscale.com/metrics"
|
||||||
"tailscale.com/tstest"
|
"tailscale.com/tstest"
|
||||||
"tailscale.com/util/httpm"
|
"tailscale.com/util/httpm"
|
||||||
@ -864,6 +865,7 @@ func TestStdHandler_CanceledAfterHeader(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestStdHandler_ConnectionClosedDuringBody(t *testing.T) {
|
func TestStdHandler_ConnectionClosedDuringBody(t *testing.T) {
|
||||||
|
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/13017")
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
|
|
||||||
// Start a HTTP server that returns 1MB of data.
|
// Start a HTTP server that returns 1MB of data.
|
||||||
|
Loading…
Reference in New Issue
Block a user