From 8b8aef09aff9f2e201739bcf232c25624c734798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 17 Jul 2023 15:02:52 +0200 Subject: [PATCH] ci: cri-containerd: Temporarily disable TestContainerSwap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test is currently failing with GHA, and I don't think it makes sense to block all the other tests to get merged while it's happening. For now, let's disable it and re-enable it as soon as we have it passing. Reference: https://github.com/kata-containers/kata-containers/issues/7410 Signed-off-by: Fabiano FidĂȘncio --- tests/integration/cri-containerd/integration-tests.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/integration/cri-containerd/integration-tests.sh b/tests/integration/cri-containerd/integration-tests.sh index b8c9132884..eb89145b5d 100755 --- a/tests/integration/cri-containerd/integration-tests.sh +++ b/tests/integration/cri-containerd/integration-tests.sh @@ -474,7 +474,10 @@ function main() { # containerd's `cri-integration` will print the log itself. trap err_report ERR - TestContainerSwap + # TestContainerSwap is currently failing with GHA. + # Let's re-enable it as soon as we get it to work. + # Reference: https://github.com/kata-containers/kata-containers/issues/7410 + # TestContainerSwap # TODO: runtime-rs doesn't support memory update currently if [ "$KATA_HYPERVISOR" != "dragonball" ]; then