mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-28 20:41:04 +00:00
ci: skip nginx connectivity test with crio
We have an error with service name resolution with this test when using crio. This error could not be reproduced outside of the CI for now. Skipping it to keep the CI job running until we find a solution. See: #10414 Signed-off-by: Julien Ropé <jrope@redhat.com>
This commit is contained in:
parent
5af614b1a4
commit
da5e0c3f53
@ -9,6 +9,8 @@ load "${BATS_TEST_DIRNAME}/../../common.bash"
|
||||
load "${BATS_TEST_DIRNAME}/tests_common.sh"
|
||||
|
||||
setup() {
|
||||
[ "${CONTAINER_RUNTIME}" == "crio" ] && skip "test not working see: https://github.com/kata-containers/kata-containers/issues/10414"
|
||||
|
||||
nginx_version="${docker_images_nginx_version}"
|
||||
nginx_image="nginx:$nginx_version"
|
||||
busybox_image="quay.io/prometheus/busybox:latest"
|
||||
@ -42,6 +44,8 @@ setup() {
|
||||
}
|
||||
|
||||
teardown() {
|
||||
[ "${CONTAINER_RUNTIME}" == "crio" ] && skip "test not working see: https://github.com/kata-containers/kata-containers/issues/10414"
|
||||
|
||||
# Debugging information
|
||||
kubectl describe "pod/$busybox_pod"
|
||||
kubectl get "pod/$busybox_pod" -o yaml
|
||||
|
Loading…
Reference in New Issue
Block a user