Skip to content

Commit

Permalink
Merge #40331
Browse files Browse the repository at this point in the history
40331: importccl: skip TestImportMySQL r=knz a=tbg

See #40263.

Release note: None

Co-authored-by: Tobias Schottdorf <tobias.schottdorf@gmail.com>
  • Loading branch information
craig[bot] and tbg committed Aug 29, 2019
2 parents a4b1670 + b034899 commit d5b6b97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/ccl/importccl/import_stmt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2518,6 +2518,8 @@ func TestImportMVCCChecksums(t *testing.T) {
func TestImportMysql(t *testing.T) {
defer leaktest.AfterTest(t)()

t.Skip("https://github.com/cockroachdb/cockroach/issues/40263")

const (
nodes = 3
)
Expand Down

0 comments on commit d5b6b97

Please sign in to comment.