Skip to content

Commit

Permalink
ci: cri-containerd: Temporarily disable TestContainerSwap
Browse files Browse the repository at this point in the history
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: #7410

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
  • Loading branch information
fidencio committed Jul 21, 2023
1 parent 5676700 commit 8b8aef0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integration/cri-containerd/integration-tests.sh
Expand Up @@ -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
Expand Down

0 comments on commit 8b8aef0

Please sign in to comment.