Description: skip unstable test
Origin: vendor
Bug: https://github.com/paulbellamy/ratecounter/issues/16
Author: Alexandre Viau <aviau@debian.org>
Last-Update: 2018-06-05

--- a/avgratecounter_test.go
+++ b/avgratecounter_test.go
@@ -29,6 +29,7 @@
 }
 
 func TestAvgRateCounterAdvanced(t *testing.T) {
+	t.Skip()
 	interval := 500 * time.Millisecond
 	almost := 450 * time.Millisecond
 	r := NewAvgRateCounter(interval)
