mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-06 15:47:48 +00:00
fix broken CI test
Commitb58e7e7f11was not fully rebased before merging and is now breaking CI because commit69c479b16emade 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
8a7e280945
commit
4cc2ce0898
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue