From b8717f35d7376f9741726d54adc5ec78e47d057f Mon Sep 17 00:00:00 2001 From: Jakob Naucke Date: Wed, 25 Aug 2021 16:34:38 +0200 Subject: [PATCH] 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 --- ci/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/run.sh b/ci/run.sh index 4704ff3d5d..e405c18fec 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -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