diff --git a/tests/integration/cgroups.bats b/tests/integration/cgroups.bats index 1842bdcf3..f06bd25f3 100644 --- a/tests/integration/cgroups.bats +++ b/tests/integration/cgroups.bats @@ -245,7 +245,6 @@ function setup() { set_cgroups_path # CPU shares of 3333 corresponds to CPU weight of 128. update_config ' .linux.resources.memory |= {"limit": 33554432} - | .linux.resources.memorySwap |= {"limit": 33554432} | .linux.resources.cpu |= { "shares": 3333, "quota": 40000,