1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-12 09:40:41 +00:00

Revert "add test case for tidb"

This reverts commit f70d2cc373.
This commit is contained in:
astaxie
2016-01-17 18:35:11 +08:00
parent f70d2cc373
commit a304bb9c25
2 changed files with 4 additions and 4 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.