mirror of https://github.com/containers/podman.git
fix broken CI test
Commitb58e7e7f11
was not fully rebased before merging and is now breaking CI because commit69c479b16e
made the underlying error visible. Using journald inside the container tests is not supported. Fixes #14162 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
2dcf3067ec
commit
8ecd0b5bc8
|
@ -3538,6 +3538,7 @@ ENV OPENJ9_JAVA_OPTIONS=%q
|
|||
})
|
||||
|
||||
It("podman play kube --log-opt = tag test", func() {
|
||||
SkipIfContainerized("journald does not work inside the container")
|
||||
pod := getPod()
|
||||
err := generateKubeYaml("pod", pod, kubeYaml)
|
||||
Expect(err).To(BeNil())
|
||||
|
|
Loading…
Reference in New Issue