Skip to content

Commit

Permalink
Remove parallelization from tests that mutate shared state (#12257)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <[email protected]>
Signed-off-by: Florent Poinsard <[email protected]>
Co-authored-by: Florent Poinsard <[email protected]>
  • Loading branch information
Andrew Mason and frouioui authored Feb 9, 2023
1 parent f69396a commit 2da58c0
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 @@ -11368,8 +11368,6 @@ func TestValidateVersionShard(t *testing.T) {

for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
t.Parallel()

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

0 comments on commit 2da58c0

Please sign in to comment.