Skip to content

Commit fb78d33

Browse files
committed
nolint paralleltest
1 parent 55998d0 commit fb78d33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/agentcontainers/containers_internal_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ func TestContainersHandler(t *testing.T) {
311311
func TestConvertDockerPort(t *testing.T) {
312312
t.Parallel()
313313

314+
//nolint:paralleltest // variable recapture no longer required
314315
for _, tc := range []struct {
315316
name string
316317
in string
@@ -419,6 +420,7 @@ func TestConvertDockerVolume(t *testing.T) {
419420
func TestConvertDockerInspect(t *testing.T) {
420421
t.Parallel()
421422

423+
//nolint:paralleltest // variable recapture no longer required
422424
for _, tt := range []struct {
423425
name string
424426
expect []codersdk.WorkspaceAgentDevcontainer

0 commit comments

Comments
 (0)