Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
importccl: skip flaky test
Browse files Browse the repository at this point in the history
cockroachdb#62853

Release note: none.
  • Loading branch information
Spas Bojanov committed Mar 31, 2021
1 parent 3cfe2a3 commit 0c619f1
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 @@ -1700,6 +1700,7 @@ func TestImportRowLimit(t *testing.T) {
func TestImportCSVStmt(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
t.Skip("#62853")
skip.UnderShort(t)
skip.UnderRace(t, "takes >1min under race")

Expand Down

0 comments on commit 0c619f1

Please sign in to comment.