From 8ecd0b5bc8b230dd9d213fb252178d1344744511 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 9 May 2022 18:03:43 +0200 Subject: fix broken CI test Commit b58e7e7f11 was not fully rebased before merging and is now breaking CI because commit 69c479b16e19 made the underlying error visible. Using journald inside the container tests is not supported. Fixes #14162 Signed-off-by: Paul Holzinger --- test/e2e/play_kube_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/e2e') diff --git a/test/e2e/play_kube_test.go b/test/e2e/play_kube_test.go index 1b223637e..fb01dc1e9 100644 --- a/test/e2e/play_kube_test.go +++ b/test/e2e/play_kube_test.go @@ -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()) -- cgit v1.2.3-54-g00ecf