Skip to content

Commit

Permalink
Parallel outside of test instances
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Dec 17, 2024
1 parent 80b8ab2 commit 38a1b6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions command/meta_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@ func TestMeta_ShowUIPath(t *testing.T) {
for _, tc := range cases {
tc := tc
t.Run(tc.name, func(t *testing.T) {
t.Parallel()

route := CommandUIRoutes[tc.context.Command]
expectedHint := fmt.Sprintf("\n\n==> %s in the Web UI: %s", route.Description, tc.expectedURL)

Expand Down

0 comments on commit 38a1b6b

Please sign in to comment.