diff options
Diffstat (limited to 'src/net/http/sniff_test.go')
| -rw-r--r-- | src/net/http/sniff_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/http/sniff_test.go b/src/net/http/sniff_test.go index 68c8a6af1e..4019ab522d 100644 --- a/src/net/http/sniff_test.go +++ b/src/net/http/sniff_test.go @@ -166,7 +166,7 @@ func (b *byteAtATimeReader) Read(p []byte) (n int, err error) { return 1, nil } -func TestContentTypeWithVariousSources(t *testing.T) { run(t, testContentTypeWithVariousSources) } +func TestContentTypeWithVariousSources(t *testing.T) { run(t, testContentTypeWithVariousSources, http3SkippedMode) } func testContentTypeWithVariousSources(t *testing.T, mode testMode) { const ( input = "\n<html>\n\t<head>\n" |
