mirror of
https://github.com/containers/podman.git
synced 2025-10-10 15:57:33 +08:00
test: remove hack workaround in 'use plugin in containers'
Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
This commit is contained in:
@ -188,13 +188,6 @@ var _ = Describe("Podman volume plugins", func() {
|
||||
ctr2.WaitWithDefaultTimeout()
|
||||
Expect(ctr2).Should(ExitCleanly())
|
||||
Expect(ctr2.OutputToString()).To(ContainSubstring("helloworld"))
|
||||
|
||||
// HACK: `volume rm -f` is timing out trying to remove containers using the volume.
|
||||
// Solution: remove them manually...
|
||||
// TODO: fix this when I get back
|
||||
rmAll := podmanTest.Podman([]string{"rm", "-f", ctr2Name, ctr1Name})
|
||||
rmAll.WaitWithDefaultTimeout()
|
||||
Expect(rmAll).Should(ExitCleanly())
|
||||
})
|
||||
|
||||
It("podman volume reload", func() {
|
||||
|
Reference in New Issue
Block a user