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()