diff --git a/driver_test.go b/driver_test.go index 7212e7a7..5b5f24a2 100644 --- a/driver_test.go +++ b/driver_test.go @@ -2101,7 +2101,7 @@ func TestInsertRetrieveEscapedData(t *testing.T) { } func TestUnixSocketAuthFail(t *testing.T) { - runTests(t, dsn, func(dbt *DBTest) { + runTestsParallel(t, dsn, func(dbt *DBTest, _ string) { // Save the current logger so we can restore it. oldLogger := defaultLogger