mirror of
https://github.com/containers/podman.git
synced 2025-06-23 10:38:20 +08:00
Reenable systemd E2E tests
All functionality these require should be ported. Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
@ -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")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user