summaryrefslogtreecommitdiff
path: root/test/e2e/play_kube_test.go
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-05-09 18:03:43 +0200
committerMatthew Heon <mheon@redhat.com>2022-06-14 13:10:33 -0400
commit4cc2ce089827ef7dee3393c477ef1afd79ffa442 (patch)
treea80c0743ce752475d03eec5598512ad31b278900 /test/e2e/play_kube_test.go
parent8a7e280945c182b7feed68f6c9d2166136526040 (diff)
downloadpodman-4cc2ce089827ef7dee3393c477ef1afd79ffa442.tar.gz
podman-4cc2ce089827ef7dee3393c477ef1afd79ffa442.tar.bz2
podman-4cc2ce089827ef7dee3393c477ef1afd79ffa442.zip
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 <pholzing@redhat.com>
Diffstat (limited to 'test/e2e/play_kube_test.go')
-rw-r--r--test/e2e/play_kube_test.go1
1 files changed, 1 insertions, 0 deletions
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())