diff --git a/pkg/buildpacks/builder_test.go b/pkg/buildpacks/builder_test.go index 7753a44d28..99138a4b50 100644 --- a/pkg/buildpacks/builder_test.go +++ b/pkg/buildpacks/builder_test.go @@ -290,7 +290,6 @@ func TestBuild_Errors(t *testing.T) { } for _, tc := range testCases { t.Run(tc.name, func(t *testing.T) { - tc := tc t.Parallel() gotErr := ErrRuntimeRequired{}.Error() if tc.runtime != "" {