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

ci: Temporarily skip agent shutdown test on s390x
This commit is contained in:
GabyCT 2021-08-26 13:25:48 -05:00 committed by GitHub
commit a0dd840ef6
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} pushd ${tests_repo_dir}
.ci/run.sh .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 popd