Skip to content

Commit 01b64c6

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 588139e commit 01b64c6

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
@@ -548,7 +548,6 @@ func TestAlterTableDMLInjection(t *testing.T) {
548548
ctx := context.Background()
549549
for _, tc := range testCases {
550550
t.Run(tc.desc, tc.capture(func(t *testing.T, tc testCase) {
551-
t.Parallel() // SAFE FOR TESTING
552551
if issue := tc.skipIssue; issue != 0 {
553552
skip.WithIssue(t, issue)
554553
}

0 commit comments

Comments
 (0)