summaryrefslogtreecommitdiff
path: root/test/e2e/system_reset_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/system_reset_test.go')
-rw-r--r--test/e2e/system_reset_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/e2e/system_reset_test.go b/test/e2e/system_reset_test.go
index f17747648..63e77af86 100644
--- a/test/e2e/system_reset_test.go
+++ b/test/e2e/system_reset_test.go
@@ -17,7 +17,6 @@ var _ = Describe("podman system reset", func() {
)
BeforeEach(func() {
- Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)
@@ -35,6 +34,7 @@ var _ = Describe("podman system reset", func() {
})
It("podman system reset", func() {
+ SkipIfRemote()
// system reset will not remove additional store images, so need to grab length
session := podmanTest.Podman([]string{"rmi", "--force", "--all"})
@@ -64,7 +64,7 @@ var _ = Describe("podman system reset", func() {
// If remote then the varlink service should have exited
// On local tests this is a noop
- podmanTest.StartVarlink()
+ podmanTest.StartRemoteService()
session = podmanTest.Podman([]string{"images", "-n"})
session.WaitWithDefaultTimeout()