From e766f1f5529c78a29a8fb9899afe4e7944dfd5ec Mon Sep 17 00:00:00 2001
From: Christos Trochalakis <ctrochalakis@debian.org>
Date: Thu, 15 Mar 2018 12:25:30 +0200
Subject: [PATCH] Skip tests until races are fixed

---
 graphite_test.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphite_test.go b/graphite_test.go
index cca6cf1..3f0c5da 100644
--- a/graphite_test.go
+++ b/graphite_test.go
@@ -78,6 +78,8 @@ func NewTestServer(t *testing.T, prefix string) (map[string]float64, net.Listene
 }
 
 func TestWrites(t *testing.T) {
+	t.Skip("Skip test until races are fixed,see https://github.com/cyberdelia/go-metrics-graphite/issues/11")
+
 	res, l, r, c, wg := NewTestServer(t, "foobar")
 	defer l.Close()
 
-- 
2.16.2

