Skip to content

Commit ae497ae

Browse files
committed
parallelize TestSkipResults
1 parent b3df7bd commit ae497ae

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
@@ -2567,7 +2567,7 @@ func TestExecMultipleResults(t *testing.T) {
25672567
// tests if rows are set in a proper state if some results were ignored before
25682568
// calling rows.NextResultSet.
25692569
func TestSkipResults(t *testing.T) {
2570-
runTests(t, dsn, func(dbt *DBTest) {
2570+
runTestsParallel(t, dsn, func(dbt *DBTest, _ string) {
25712571
rows := dbt.mustQuery("SELECT 1, 2")
25722572
defer rows.Close()
25732573

0 commit comments

Comments
 (0)