Skip to content

Commit b3df7bd

Browse files
committed
parallelize TestUnixSocketAuthFail
1 parent 37fc741 commit b3df7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2101,7 +2101,7 @@ func TestInsertRetrieveEscapedData(t *testing.T) {
21012101
}
21022102

21032103
func TestUnixSocketAuthFail(t *testing.T) {
2104-
runTests(t, dsn, func(dbt *DBTest) {
2104+
runTestsParallel(t, dsn, func(dbt *DBTest, _ string) {
21052105
// Save the current logger so we can restore it.
21062106
oldLogger := defaultLogger
21072107

0 commit comments

Comments
 (0)