Skip to content

Commit

Permalink
parallelize TestUnixSocketAuthFail
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Dec 12, 2023
1 parent 37fc741 commit b3df7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b3df7bd

Please sign in to comment.