Skip to content

Commit

Permalink
Remove subtest parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongable committed Dec 3, 2024
1 parent a7ec087 commit 9bccf51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ra/ra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2269,7 +2269,6 @@ func TestNewOrder_OrderReusex(t *testing.T) {

for _, tc := range testCases {
t.Run(tc.Name, func(t *testing.T) {
t.Parallel()
// Add the order for the test request
order, err := ra.NewOrder(context.Background(), &rapb.NewOrderRequest{
RegistrationID: tc.RegistrationID,
Expand Down

0 comments on commit 9bccf51

Please sign in to comment.