disable tidb testing

This commit is contained in:
astaxie 2016-01-08 19:59:20 +08:00
parent 5b028796b8
commit fd608d2bf6
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@ import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
_ "github.com/pingcap/tidb"
// As tidb can't use go get, so disable the tidb testing now
// _ "github.com/pingcap/tidb"
)
// A slice string field.