Skip to content

Commit

Permalink
Revert "parallelize TestUnixSocketAuthFail"
Browse files Browse the repository at this point in the history
This reverts commit b3df7bd.
  • Loading branch information
shogo82148 committed Dec 13, 2023
1 parent 8a46603 commit 5965ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver_test.go
Expand Up @@ -2101,7 +2101,7 @@ func TestInsertRetrieveEscapedData(t *testing.T) {
}

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

Expand Down

0 comments on commit 5965ccb

Please sign in to comment.