Skip to content

Commit e08858c

Browse files
committed
schemachanger: don't run TestAlterTableDMLInjection with t.Parallel
Under deadlock/race configurations, this can add too much load to the test runner. Release note: None
1 parent f8a09a5 commit e08858c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/sql/schemachanger/dml_injection_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ func TestAlterTableDMLInjection(t *testing.T) {
563563
ctx := context.Background()
564564
for _, tc := range testCases {
565565
t.Run(tc.desc, tc.capture(func(t *testing.T, tc testCase) {
566-
t.Parallel() // SAFE FOR TESTING
567566
if issue := tc.skipIssue; issue != 0 {
568567
skip.WithIssue(t, issue)
569568
}

0 commit comments

Comments
 (0)