mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +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() {
|
BeforeEach(func() {
|
||||||
Skip(v2fail)
|
|
||||||
SkipIfRootless()
|
SkipIfRootless()
|
||||||
tempdir, err = CreateTempDirInTempDir()
|
tempdir, err = CreateTempDirInTempDir()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -86,6 +85,7 @@ WantedBy=multi-user.target
|
|||||||
cgroupsv2, err := cgroups.IsCgroup2UnifiedMode()
|
cgroupsv2, err := cgroups.IsCgroup2UnifiedMode()
|
||||||
Expect(err).To(BeNil())
|
Expect(err).To(BeNil())
|
||||||
if cgroupsv2 {
|
if cgroupsv2 {
|
||||||
|
// TODO: Find a way to enable this for v2
|
||||||
Skip("systemd test does not work in cgroups V2 mode yet")
|
Skip("systemd test does not work in cgroups V2 mode yet")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user