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:
parent
483f9a0c50
commit
0965c970fa
|
@ -61,7 +61,8 @@ EOF
|
||||||
MEM_SWAP="memory.swap.max"
|
MEM_SWAP="memory.swap.max"
|
||||||
SYSTEM_MEM="max"
|
SYSTEM_MEM="max"
|
||||||
SYSTEM_MEM_SWAP="max"
|
SYSTEM_MEM_SWAP="max"
|
||||||
CGROUP_MEMORY=$CGROUP_PATH
|
# checking swap is currently disabled for v2
|
||||||
|
#CGROUP_MEMORY=$CGROUP_PATH
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue