Merge pull request #11274 from fidencio/topic/arm-ci-k8s-enable-hotplug-tests

ci: k8s: arm: Enable skipped tests
This commit is contained in:
Fabiano Fidêncio 2025-05-16 13:19:18 +02:00 committed by GitHub
commit 9e11b2e577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -40,8 +40,6 @@ setup_yaml() {
}
@test "Running within memory constraints" {
[ "$(uname -m)" == "aarch64" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/10926"
memory_limit_size="600Mi"
allocated_size="150M"

View File

@ -9,7 +9,6 @@ load "${BATS_TEST_DIRNAME}/tests_common.sh"
setup() {
[ "${KATA_HYPERVISOR}" == "fc" ] && skip "test not working see: https://github.com/kata-containers/kata-containers/issues/7873"
[ "$(uname -m)" == "aarch64" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/10927"
get_pod_config_dir
@ -38,7 +37,6 @@ setup() {
teardown() {
[ "${KATA_HYPERVISOR}" == "fc" ] && skip "test not working see: https://github.com/kata-containers/kata-containers/issues/7873"
[ "$(uname -m)" == "aarch64" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/10927"
# Debugging information
kubectl describe deployment ${deployment_name}