Skip to content

Commit

Permalink
remove t.Parallel() like upstream did
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Aug 20, 2024
1 parent 4344212 commit b84f00d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/vt/vtctl/grpcvtctldserver/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11372,8 +11372,6 @@ func TestValidateVersionShard(t *testing.T) {
for _, tt := range tests {
curT := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()

curT.setup(&testSetupMu)
resp, err := vtctld.ValidateVersionShard(ctx, curT.req)
if curT.shouldErr {
Expand Down

0 comments on commit b84f00d

Please sign in to comment.