Skip to content

Commit

Permalink
importccl: re-enable TestImportCSVStmt
Browse files Browse the repository at this point in the history
The underlying bug appears to have been fixed in #26259.

Release note: None
  • Loading branch information
maddyblue committed May 31, 2018
1 parent e6bbb2e commit 63859d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ccl/importccl/import_stmt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ func makeCSVData(

func TestImportCSVStmt(t *testing.T) {
defer leaktest.AfterTest(t)()
t.Skip("#26036")

const (
nodes = 3
Expand Down

0 comments on commit 63859d7

Please sign in to comment.