Skip to content

Commit d7f33a7

Browse files
Merge pull request #27138 from nimdrak/27116
test: remove hack workaround in 'use plugin in containers'
2 parents b223d14 + 15fdbe9 commit d7f33a7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/e2e/volume_plugin_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,6 @@ var _ = Describe("Podman volume plugins", func() {
188188
ctr2.WaitWithDefaultTimeout()
189189
Expect(ctr2).Should(ExitCleanly())
190190
Expect(ctr2.OutputToString()).To(ContainSubstring("helloworld"))
191-
192-
// HACK: `volume rm -f` is timing out trying to remove containers using the volume.
193-
// Solution: remove them manually...
194-
// TODO: fix this when I get back
195-
rmAll := podmanTest.Podman([]string{"rm", "-f", ctr2Name, ctr1Name})
196-
rmAll.WaitWithDefaultTimeout()
197-
Expect(rmAll).Should(ExitCleanly())
198191
})
199192

200193
It("podman volume reload", func() {

0 commit comments

Comments
 (0)