Skip to content

Commit

Permalink
Merge #34297
Browse files Browse the repository at this point in the history
34297: storage: skip TestShowTraceReplica r=petermattis a=tbg

See
#34213 (comment).

Release note: None

Co-authored-by: Tobias Schottdorf <[email protected]>
  • Loading branch information
craig[bot] and tbg committed Jan 28, 2019
2 parents c005f26 + 18db558 commit a68025f
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 a68025f

Please sign in to comment.