Merge pull request #2531 from Jakob-Naucke/backport-s390x-skip-agent-shutdown-test

backport ci: Temporarily skip agent shutdown test on s390x
This commit is contained in:
GabyCT 2021-08-30 09:25:50 -05:00 committed by GitHub
commit cde008f441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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