Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

CC: Skip test pulling image inside guest temporarily for IBM SE #5782

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions integration/kubernetes/confidential/agent_image.bats
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ setup() {
}

@test "$test_tag Test can pull an unencrypted image inside the guest" {
# See an issue at https://github.com/kata-containers/tests/issues/5781
if [ "${TEE_TYPE}" = "se" ]; then
skip "test until the containerd is updated to v1.7 for IBM Z Secure Execution"
fi
create_test_pod

echo "Check the image was not pulled in the host"
Expand Down
Loading