From fd608d2bf673af9a1ec69b589506302e5efd12dc Mon Sep 17 00:00:00 2001 From: astaxie Date: Fri, 8 Jan 2016 19:59:20 +0800 Subject: [PATCH] disable tidb testing --- orm/models_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.