summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/e2e/system_reset_test.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/e2e/system_reset_test.go b/test/e2e/system_reset_test.go
index f413ce147..c0739303f 100644
--- a/test/e2e/system_reset_test.go
+++ b/test/e2e/system_reset_test.go
@@ -35,12 +35,14 @@ var _ = Describe("podman system reset", func() {
})
It("podman system reset", func() {
+ Skip("Disabled until Netavark testing added")
SkipIfRemote("system reset not supported on podman --remote")
// system reset will not remove additional store images, so need to grab length
// change the network dir so that we do not conflict with other tests
// that would use the same network dir and cause unnecessary flakes
- podmanTest.NetworkConfigDir = tempdir
+ // TODO: Uncomment when we enable Netavark testing in E2E.
+ //podmanTest.NetworkConfigDir = tempdir
session := podmanTest.Podman([]string{"rmi", "--force", "--all"})
session.WaitWithDefaultTimeout()