Description: Disable network tests
Author: Alexandre Viau <aviau@debian.org>
Last-Update: 2017-07-19

--- a/statsite_test.go
+++ b/statsite_test.go
@@ -43,6 +43,7 @@
 }
 
 func TestStatsite_Conn(t *testing.T) {
+    t.Skip()
 	addr := "localhost:7523"
 	done := make(chan bool)
 	go func() {
