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 <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2020-04-03 17:15:07 -07:00
parent 483f9a0c50
commit 0965c970fa
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ EOF
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