mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:20:55 +00:00
disable tidb testing
This commit is contained in:
parent
5b028796b8
commit
fd608d2bf6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user