Skip to content

Commit

Permalink
storage: skip TestShowTraceReplica
Browse files Browse the repository at this point in the history
See
#34213 (comment).

Release note: None
  • Loading branch information
tbg committed Jan 28, 2019
1 parent c005f26 commit 18db558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/sql/show_trace_replica_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ import (

func TestShowTraceReplica(t *testing.T) {
defer leaktest.AfterTest(t)()

t.Skip("https://github.com/cockroachdb/cockroach/issues/34213")

const numNodes = 4

cfg := config.DefaultZoneConfig()
Expand Down

0 comments on commit 18db558

Please sign in to comment.