Skip to content

Commit

Permalink
Merge #62865
Browse files Browse the repository at this point in the history
62865: ccl/importccl: skip TestImportIntoCSV r=pbardea a=tbg

Refs: #62853

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Tobias Grieger <[email protected]>
  • Loading branch information
craig[bot] and tbg committed Mar 31, 2021
2 parents e90ee7e + 42dff22 commit 99c29ef
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 99c29ef

Please sign in to comment.