Commit f0f41c2a by Marcus Efraimsson

mysql: skip tests by default

parent bd4ecaea
......@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment