Skip to content

Commit

Permalink
chore: remove t.Parallel()
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Mar 19, 2024
1 parent 29199ea commit cfb653b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dot/state/grandpa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ func TestAddScheduledChangesKeepTheRightForkTree(t *testing.T) {
for tname, tt := range tests {
tt := tt
t.Run(tname, func(t *testing.T) {
t.Parallel()

// clear the scheduledChangeRoots after the test ends
// this does not cause race condition because t.Run without
// t.Parallel() blocks until this function returns
Expand Down

0 comments on commit cfb653b

Please sign in to comment.