From f4413d726b7b422c6d9be858cba17bcaebb2369f Mon Sep 17 00:00:00 2001 From: Edd Robinson Date: Fri, 5 Jul 2019 15:07:09 +0100 Subject: [PATCH] test(storage): skip flaky test --- tsdb/shard_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tsdb/shard_test.go b/tsdb/shard_test.go index 90ef9e16ca..e8eeb9736c 100644 --- a/tsdb/shard_test.go +++ b/tsdb/shard_test.go @@ -491,6 +491,7 @@ func TestShard_WritePoints_FieldConflictConcurrent(t *testing.T) { } func TestShard_WritePoints_FieldConflictConcurrentQuery(t *testing.T) { + t.Skip("https://github.com/influxdata/influxdb/issues/14267") if testing.Short() { t.Skip() }