Reenable systemd E2E tests

All functionality these require should be ported.

Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
Matthew Heon
2020-05-06 10:02:53 -04:00
parent 0eb905ff2c
commit ad9f776c5e

View File

@ -23,7 +23,6 @@ var _ = Describe("Podman systemd", func() {
)
BeforeEach(func() {
Skip(v2fail)
SkipIfRootless()
tempdir, err = CreateTempDirInTempDir()
if err != nil {
@ -86,6 +85,7 @@ WantedBy=multi-user.target
cgroupsv2, err := cgroups.IsCgroup2UnifiedMode()
Expect(err).To(BeNil())
if cgroupsv2 {
// TODO: Find a way to enable this for v2
Skip("systemd test does not work in cgroups V2 mode yet")
}