ci: Temporarily skip agent shutdown test on s390x

see https://github.com/kata-containers/tests/issues/3878 for tracking

Fixes: #2507
Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
This commit is contained in:
Jakob Naucke 2021-08-25 16:34:38 +02:00
parent c5fea9ff70
commit b8717f35d7
No known key found for this signature in database
GPG Key ID: 45FA1C7D310C0EBE

View File

@ -13,5 +13,6 @@ clone_tests_repo
pushd ${tests_repo_dir}
.ci/run.sh
tracing/test-agent-shutdown.sh
# temporary fix, see https://github.com/kata-containers/tests/issues/3878
[ "$(uname -m)" != "s390x" ] && tracing/test-agent-shutdown.sh
popd