Skip to content

Commit 5824197

Browse files
committed
pkg/machine/e2e: remove obsoleted comment
The code which comment refers to was removed by commit 2e4e1bb ("podman machine ssh handling"), so the comment is no longer valid. Remove it. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 116e458 commit 5824197

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/machine/e2e/basic_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ const TESTIMAGE = "quay.io/libpod/testimage:20241011"
2525
var _ = Describe("run basic podman commands", func() {
2626

2727
It("Basic ops", func() {
28-
// golangci-lint has trouble with actually skipping tests marked Skip
29-
// so skip it on cirrus envs and where CIRRUS_CI isn't set.
3028
name := randomString()
3129
i := new(initMachine)
3230
session, err := mb.setName(name).setCmd(i.withImage(mb.imagePath).withNow()).run()

0 commit comments

Comments
 (0)