Skip to content

Commit e6c924c

Browse files
committed
test
1 parent 12646b8 commit e6c924c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/tests/components/ws-manager/additional_repositories_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ func TestAdditionalRepositories(t *testing.T) {
4242

4343
for _, test := range tests {
4444
t.Run(test.Name, func(t *testing.T) {
45+
t.Parallel()
46+
4547
api := integration.NewComponentAPI(ctx, cfg.Namespace(), kubeconfig, cfg.Client())
4648
t.Cleanup(func() {
4749
api.Done(t)

0 commit comments

Comments
 (0)