Skip to content

Commit 06c953a

Browse files
committed
parallelize TestPingContext
1 parent 01f85ba commit 06c953a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2619,7 +2619,7 @@ func TestQueryMultipleResults(t *testing.T) {
26192619
}
26202620

26212621
func TestPingContext(t *testing.T) {
2622-
runTests(t, dsn, func(dbt *DBTest) {
2622+
runTestsParallel(t, dsn, func(dbt *DBTest, _ string) {
26232623
ctx, cancel := context.WithCancel(context.Background())
26242624
cancel()
26252625
if err := dbt.db.PingContext(ctx); err != context.Canceled {

0 commit comments

Comments
 (0)