Skip to content

Commit 5965ccb

Browse files
committed
Revert "parallelize TestUnixSocketAuthFail"
This reverts commit b3df7bd.
1 parent 8a46603 commit 5965ccb

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-
runTestsParallel(t, dsn, func(dbt *DBTest, _ string) {
2104+
runTests(t, dsn, func(dbt *DBTest) {
21052105
// Save the current logger so we can restore it.
21062106
oldLogger := defaultLogger
21072107

0 commit comments

Comments
 (0)