From 0cc5be6694eb851840fa73235c3743129e66c1db Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Fri, 3 Apr 2020 17:15:07 -0700 Subject: [PATCH] tests/integration: disable swap tests for v2 Swap setting for cgroupv2 is currently broken, so let's temporarily disable this part of test. Signed-off-by: Kir Kolyshkin --- tests/integration/update.bats | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/update.bats b/tests/integration/update.bats index e9817f93190..9a4f2500bbc 100644 --- a/tests/integration/update.bats +++ b/tests/integration/update.bats @@ -59,7 +59,8 @@ function setup() { MEM_SWAP="memory.swap.max" SYSTEM_MEM="max" SYSTEM_MEM_SWAP="max" - CGROUP_MEMORY=$CGROUP_PATH + # checking swap is currently disabled for v2 + #CGROUP_MEMORY=$CGROUP_PATH ;; esac