mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-23 17:58:02 +00:00
ci: k8s: arm: Skip "Running within memory constraints" test
See https://github.com/kata-containers/kata-containers/issues/10926 Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
@@ -40,6 +40,8 @@ setup_yaml() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "Running within memory constraints" {
|
@test "Running within memory constraints" {
|
||||||
|
[ "$(uname -m)" == "aarch64" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/10926"
|
||||||
|
|
||||||
memory_limit_size="600Mi"
|
memory_limit_size="600Mi"
|
||||||
allocated_size="150M"
|
allocated_size="150M"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user