File: skip_test_set_gauge.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 (16 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Temporarily skip TestSetGauge
Origin: vendor
Forwarded: https://github.com/armon/go-metrics/issues/37
Author: Alexandre Viau <aviau@debian.org>
Last-Update: 2017-07-19

--- a/circonus/circonus_test.go
+++ b/circonus/circonus_test.go
@@ -69,6 +69,7 @@
 }
 
 func TestSetGauge(t *testing.T) {
+    t.Skip()
 	q := make(chan string)
 
 	server := fakeBroker(q)