diff --git a/tests/integration/kubernetes/k8s-file-volume.bats b/tests/integration/kubernetes/k8s-file-volume.bats index 16c128cea..f35ab1dec 100644 --- a/tests/integration/kubernetes/k8s-file-volume.bats +++ b/tests/integration/kubernetes/k8s-file-volume.bats @@ -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}"