Skip to content

Commit

Permalink
Disable failing E2E test
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Feb 3, 2022
1 parent 7062379 commit c161804
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/system_reset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c161804

Please sign in to comment.