Skip to content

Commit 0cb1869

Browse files
authored
Merge pull request #152472 from rafiss/blathers/backport-release-24.1-152394
release-24.1: schemachanger: don't run TestAlterTableDMLInjection with t.Parallel
2 parents 26f0cff + cd60dff commit 0cb1869

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)