From 28d936c032bacf4f1fdc8d73c5f0171d1842d4f7 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 9 Jul 2014 07:23:54 +0100 Subject: [PATCH] disable ipv6 test until I know how to check for v6 conn. --- server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_test.go b/server_test.go index e050c6c3..3c2e7e47 100644 --- a/server_test.go +++ b/server_test.go @@ -86,7 +86,7 @@ func BenchmarkServe(b *testing.B) { runtime.GOMAXPROCS(a) } -func BenchmarkServe6(b *testing.B) { +func benchmarkServe6(b *testing.B) { b.StopTimer() HandleFunc("miek.nl.", HelloServer) a := runtime.GOMAXPROCS(4)