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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/system_reset_test.go b/test/e2e/system_reset_test.go
index 45b109d00..1a030216f 100644
--- a/test/e2e/system_reset_test.go
+++ b/test/e2e/system_reset_test.go
@@ -34,7 +34,7 @@ var _ = Describe("podman system reset", func() {
})
It("podman system reset", func() {
- SkipIfRemote() // system reset not supported on podman --remote
+ SkipIfRemote("system reset not supported on podman --remote")
// system reset will not remove additional store images, so need to grab length
session := podmanTest.Podman([]string{"rmi", "--force", "--all"})