File: offline.patch

package info (click to toggle)
golang-github-franela-goreq 0.0~git20171204.bcd34c9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: makefile: 7
file content (19 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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,
 	}