Skip to content

Commit 332fe23

Browse files
committed
http2: remove spec coverage test
When run with -coverspec, tests track which portions of the specification they cover and the TestSpecCoverage test produces an error if any sections lack test coverage. This is a lovely idea, and perhaps we should resurrect it at some point, but there is currently exactly one coverage annotation, dating back to the first commit of this package. Change-Id: I5d2d8a1032b783d113ed0982f7e97a3bd1c07a33 Reviewed-on: https://go-review.googlesource.com/c/net/+/586243 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]>
1 parent c1f5833 commit 332fe23

File tree

3 files changed

+0
-5383
lines changed

3 files changed

+0
-5383
lines changed

http2/server_test.go

-6
Original file line numberDiff line numberDiff line change
@@ -697,12 +697,6 @@ func TestServer(t *testing.T) {
697697
})
698698
defer st.Close()
699699

700-
covers("3.5", `
701-
The server connection preface consists of a potentially empty
702-
SETTINGS frame ([SETTINGS]) that MUST be the first frame the
703-
server sends in the HTTP/2 connection.
704-
`)
705-
706700
st.greet()
707701
st.writeHeaders(HeadersFrameParam{
708702
StreamID: 1, // clients send odd numbers

0 commit comments

Comments
 (0)