Skip to content

Commit cd60dff

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 26f0cff commit cd60dff

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
@@ -420,7 +420,6 @@ func TestAlterTableDMLInjection(t *testing.T) {
420420
ctx := context.Background()
421421
for _, tc := range testCases {
422422
t.Run(tc.desc, tc.capture(func(t *testing.T, tc testCase) {
423-
t.Parallel() // SAFE FOR TESTING
424423
if issue := tc.skipIssue; issue != 0 {
425424
skip.WithIssue(t, issue)
426425
}

0 commit comments

Comments
 (0)