Revert "tests: Disable k8s file volume test"

This reverts commit e580e29246.

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
Hyounggyu Choi 2024-08-15 13:51:51 +02:00
parent 758e650a28
commit ba3e5f6b4a

View File

@ -8,10 +8,8 @@
load "${BATS_TEST_DIRNAME}/../../common.bash"
load "${BATS_TEST_DIRNAME}/tests_common.sh"
TEST_INITRD="${TEST_INITRD:-no}"
issue="https://github.com/kata-containers/kata-containers/issues/10081"
setup() {
skip "test not working see: ${issue}"
[ "${KATA_HYPERVISOR}" == "firecracker" ] && skip "test not working see: ${fc_limitations}"
[ "${KATA_HYPERVISOR}" == "fc" ] && skip "test not working see: ${fc_limitations}"
@ -46,7 +44,6 @@ setup() {
}
@test "Test readonly volume for pods" {
skip "test not working see: ${issue}"
# Create pod
kubectl create -f "${test_yaml}"
@ -59,7 +56,6 @@ setup() {
}
teardown() {
skip "test not working see: ${issue}"
[ "${KATA_HYPERVISOR}" == "firecracker" ] && skip "test not working see: ${fc_limitations}"
[ "${KATA_HYPERVISOR}" == "fc" ] && skip "test not working see: ${fc_limitations}"