Skip to content

Commit

Permalink
tests: k8s: sev: snp: skip initContainers shared vol test
Browse files Browse the repository at this point in the history
This test is failing due to the initContainers not being properly
handled with the guest image pulling.
Issue tracked here: kata-containers#9668
Skipping for now.

Signed-Off-By: Ryan Savino <ryan.savino@amd.com>
  • Loading branch information
ryansavino committed Jun 3, 2024
1 parent 35dfb73 commit 3f3be54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/kubernetes/k8s-shared-volume.bats
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ setup() {
}

@test "initContainer with shared volume" {
[[ "${KATA_HYPERVISOR}" = "qemu-tdx" || "${KATA_HYPERVISOR}" = "qemu-coco-dev" ]] && \
[[ "${KATA_HYPERVISOR}" = "qemu-tdx" || "${KATA_HYPERVISOR}" = "qemu-coco-dev" || \
"${KATA_HYPERVISOR}" = "qemu-sev" || "${KATA_HYPERVISOR}" = "qemu-snp" ]] && \
skip "See: https://github.com/kata-containers/kata-containers/issues/9668"

pod_name="initcontainer-shared-volume"
Expand Down

0 comments on commit 3f3be54

Please sign in to comment.