James Harr пре 12 година
родитељ
комит
3ee9d387cf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      driver_test.go

+ 1 - 1
driver_test.go

@@ -1095,7 +1095,7 @@ func TestStmtMultiRows(t *testing.T) {
 
 func TestConcurrent(t *testing.T) {
 	if enabled, _ := readBool(os.Getenv("MYSQL_TEST_CONCURRENT")); !enabled {
-		t.Skip("CONCURRENT env var not set")
+		t.Skip("MYSQL_TEST_CONCURRENT env var not set")
 	}
 
 	runTests(t, dsn, func(dbt *DBTest) {