diff --git a/orm/models_test.go b/orm/models_test.go index 54e5c6ae..1ad8c601 100644 --- a/orm/models_test.go +++ b/orm/models_test.go @@ -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.