Skip to content

Commit

Permalink
importccl: skip BenchmarkUserFileImport
Browse files Browse the repository at this point in the history
This benchmark causes repeated CI failures.

Informs cockroachdb#59126.

Release note: None
  • Loading branch information
RaduBerinde committed Jan 19, 2021
1 parent a786c51 commit 1ecbc2f
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 @@ -3511,6 +3511,7 @@ func BenchmarkNodelocalImport(b *testing.B) {
// BenchmarkUserfileImport-16 1 4060204527 ns/op 6.68 MB/s
// BenchmarkUserfileImport-16 1 4627419761 ns/op 5.86 MB/s
func BenchmarkUserfileImport(b *testing.B) {
skip.WithIssue(b, 59126)
benchUserUpload(b, "userfile://defaultdb.public.root")
}

Expand Down

0 comments on commit 1ecbc2f

Please sign in to comment.