File: disable-network-tests.patch

package info (click to toggle)
golang-github-armon-go-metrics 0.0~git20180917.f0300d1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 272 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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() {