Skip to content

Commit

Permalink
CC: Skip test pulling image inside guest temporarily for IBM SE
Browse files Browse the repository at this point in the history
This PR is to skip a test `Test can pull an unencrypted image inside the guest` for IBM Z secure execution until the containerd is updated to v1.7.

Fixes: kata-containers#5781

Signed-off-by: Hyounggyu Choi <[email protected]>
  • Loading branch information
BbolroC committed Oct 12, 2023
1 parent 61806ee commit 77ef946
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 77ef946

Please sign in to comment.