diff --git a/core/vm/instructions_test.go b/core/vm/instructions_test.go index 556ff911a1..9b7e7e4d46 100644 --- a/core/vm/instructions_test.go +++ b/core/vm/instructions_test.go @@ -989,9 +989,7 @@ func TestOpCLZ(t *testing.T) { } for _, tc := range tests { - tc := tc // capture range variable t.Run(tc.name, func(t *testing.T) { - t.Parallel() // prepare a fresh stack and PC stack := newstack()