mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-22 13:38:26 +00:00
tests: k8s: tdx: Skip initContainerd shared vol test
This is another one that is related to initContainers not being properly handled with the guest image pulling. Let's skip it for now as we have https://github.com/kata-containers/kata-containers/issues/9668 to track it down. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
9d56145499
commit
a2c70222a8
@ -40,6 +40,8 @@ setup() {
|
||||
}
|
||||
|
||||
@test "initContainer with shared volume" {
|
||||
[ "${KATA_HYPERVISOR}" = "qemu-tdx" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/9668"
|
||||
|
||||
pod_name="initcontainer-shared-volume"
|
||||
last_container="last"
|
||||
cmd='test $(cat /volume/initContainer) -lt $(cat /volume/container)'
|
||||
|
Loading…
Reference in New Issue
Block a user