Skip to content

Commit

Permalink
ccl/importccl: skip TestImportIntoCSV
Browse files Browse the repository at this point in the history
Refs: #62853

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
tbg committed Mar 31, 2021
1 parent c6125c3 commit 42dff22
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 @@ -2600,6 +2600,7 @@ func TestExportImportRoundTrip(t *testing.T) {
// -> Rollback of a failed IMPORT INTO
func TestImportIntoCSV(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 62853, "flaky test")
defer log.Scope(t).Close(t)

skip.UnderShort(t)
Expand Down

0 comments on commit 42dff22

Please sign in to comment.