mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00:00
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:
commit
a0dd840ef6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user