mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 07:22:20 +00:00
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:
parent
c5fea9ff70
commit
b8717f35d7
@ -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