1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 04:03:26 +00:00

disable tidb testing

This commit is contained in:
astaxie 2016-01-08 19:59:20 +08:00
parent 5b028796b8
commit fd608d2bf6

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.