]> Cypherpunks repositories - gostls13.git/commit
net/http: add mechanism for marking flaky http tests
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 6 Jan 2016 19:19:39 +0000 (19:19 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 6 Jan 2016 21:00:48 +0000 (21:00 +0000)
commitaf768fdd341a4d3556646c26e3ebbef3ecf19024
tree75279a47778e468f5b62c6841aa39835b035d66d
parent4391aca850701a6e3d7afb649aef177e07beee5c
net/http: add mechanism for marking flaky http tests

This shouldn't need to exist in general, but in practice I want something
like this a few times per year.

Change-Id: I9c220e58be44b7726f75d776f714212c570cf8bb
Reviewed-on: https://go-review.googlesource.com/18286
Reviewed-by: Russ Cox <rsc@golang.org>
src/net/http/main_test.go
src/net/http/transport_test.go