Last-Update: 2016-07-13
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830674
Author: Dmitry Smirnov <onlyjob@debian.org>
Description: disable networking test(s)

--- a/goreq_test.go
+++ b/goreq_test.go
@@ -25,9 +25,9 @@
 	Skip  int
 }
 
 func TestRequest(t *testing.T) {
-
+t.Skip("DM-disabled due to network access");
 	query := Query{
 		Limit: 3,
 		Skip:  5,
 	}
