From 950d84fee4095eb59aeec3fe02b353d3674a02f7 Mon Sep 17 00:00:00 2001 From: Christopher Wolff Date: Tue, 11 Jun 2019 08:01:49 -0700 Subject: [PATCH] chore: skip flaky test https://github.com/influxdata/influxdb/issues/14108 --- http/task_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/http/task_test.go b/http/task_test.go index a408a327fd..174c21c475 100644 --- a/http/task_test.go +++ b/http/task_test.go @@ -16,6 +16,7 @@ import ( ) func TestTaskService(t *testing.T) { + t.Skip("TODO(#14108): flaky test (https://github.com/influxdata/influxdb/issues/14108)") t.Parallel() servicetest.TestTaskService( t,