Skip to content

Commit

Permalink
importccl: skip TestImportCSVStmt
Browse files Browse the repository at this point in the history
It's breaking the master build. See cockroachdb#34568.

Release note: None
  • Loading branch information
danhhz committed Feb 5, 2019
1 parent 9e1ba76 commit 582d3d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/importccl/import_stmt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@ func TestImportCSVStmt(t *testing.T) {
if testing.Short() {
t.Skip("short")
}
t.Skip(`#34568`)

const (
nodes = 3
Expand Down

0 comments on commit 582d3d9

Please sign in to comment.