Skip to content

Commit

Permalink
Skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
e-dard committed Jan 9, 2019
1 parent 42ff769 commit 9576f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ func KVConcurrentUpdate(

for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
t.Skip("https://github.com/influxdata/platform/issues/2371")
s, closeFn := init(tt.fields, t)
defer closeFn()

Expand Down

0 comments on commit 9576f3b

Please sign in to comment.