mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 19:47:53 +00:00
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:
parent
758e650a28
commit
ba3e5f6b4a
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user