mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
mysql: skip tests by default
This commit is contained in:
parent
bd4ecaeac6
commit
f0f41c2a8e
@ -21,7 +21,7 @@ import (
|
|||||||
// Thers's also a dashboard.json in same directory that you can import to Grafana
|
// 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.
|
// once you've created a datasource for the test server/database.
|
||||||
func TestMySQL(t *testing.T) {
|
func TestMySQL(t *testing.T) {
|
||||||
Convey("MySQL", t, func() {
|
SkipConvey("MySQL", t, func() {
|
||||||
x := InitMySQLTestDB(t)
|
x := InitMySQLTestDB(t)
|
||||||
|
|
||||||
endpoint := &MysqlQueryEndpoint{
|
endpoint := &MysqlQueryEndpoint{
|
||||||
|
Loading…
Reference in New Issue
Block a user