From 9234c69634fe972a94a8723b9b2ececaea77413d Mon Sep 17 00:00:00 2001 From: Nishant-k-sagar <147799872+Nishant-k-sagar@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:12:08 +0000 Subject: [PATCH] feature: Validate loopvar comment/removed the loopvar comment Signed-off-by: Nishant-k-sagar <147799872+Nishant-k-sagar@users.noreply.github.com> --- .../github.com/kcp-dev/cli/pkg/workspace/plugin/create_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/staging/src/github.com/kcp-dev/cli/pkg/workspace/plugin/create_test.go b/staging/src/github.com/kcp-dev/cli/pkg/workspace/plugin/create_test.go index a591e895f1a..052bf1ab730 100644 --- a/staging/src/github.com/kcp-dev/cli/pkg/workspace/plugin/create_test.go +++ b/staging/src/github.com/kcp-dev/cli/pkg/workspace/plugin/create_test.go @@ -251,8 +251,6 @@ func TestCreate(t *testing.T) { }, } for _, tt := range tests { - // TODO(sttts): tt has a data race here due to the parallel test execution. But unaliasing it breaks the tests. WTF. - // tt := tt t.Run(tt.name, func(t *testing.T) { t.Parallel()