瀏覽代碼

mysql: skip tests by default

Marcus Efraimsson 7 年之前
父節點
當前提交
f0f41c2a8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/tsdb/mysql/mysql_test.go

+ 1 - 1
pkg/tsdb/mysql/mysql_test.go

@@ -21,7 +21,7 @@ import (
 // Thers's also a dashboard.json in same directory that you can import to Grafana
 // once you've created a datasource for the test server/database.
 func TestMySQL(t *testing.T) {
-	Convey("MySQL", t, func() {
+	SkipConvey("MySQL", t, func() {
 		x := InitMySQLTestDB(t)
 
 		endpoint := &MysqlQueryEndpoint{