Skip to content

Commit b4ec075

Browse files
committed
Restore linter comment
1 parent 404616a commit b4ec075

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli/portforward_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ func TestPortForward(t *testing.T) {
141141
},
142142
}
143143

144-
//nolint:paralleltest
145-
for _, c := range cases {
144+
for _, c := range cases { //nolint:paralleltest // the `c := c` confuses the linter
146145
c := c
147146
// Avoid parallel test here because setupLocal reserves
148147
// a free open port which is not guaranteed to be free

0 commit comments

Comments
 (0)