fix broken CI test

Commit b58e7e7f11 was not fully rebased before merging and is now
breaking CI because commit 69c479b16e 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:
Paul Holzinger 2022-05-09 18:03:43 +02:00 committed by Matthew Heon
parent 8a7e280945
commit 4cc2ce0898

View file

@ -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())