Merge pull request #14163 from Luap99/fix-14162

fix broken CI test
This commit is contained in:
OpenShift Merge Robot 2022-05-09 14:06:19 -04:00 committed by GitHub
commit 68e45555b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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