mirror of
https://github.com/containers/podman.git
synced 2025-05-22 09:36:57 +08:00
Examine all SkipIfRemote functions
Remove ones that are not needed. Document those that should be there. Document those that should be fixed. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -210,7 +210,7 @@ var _ = Describe("Podman commit", func() {
|
||||
It("podman commit with volume mounts and --include-volumes", func() {
|
||||
// We need to figure out how volumes are going to work correctly with the remote
|
||||
// client. This does not currently work.
|
||||
SkipIfRemote()
|
||||
SkipIfRemote() // --testing Remote Volumes
|
||||
s := podmanTest.Podman([]string{"run", "--name", "test1", "-v", "/tmp:/foo", "alpine", "date"})
|
||||
s.WaitWithDefaultTimeout()
|
||||
Expect(s.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user