Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
CI: enable k8s-empty-dirs.bats
Browse files Browse the repository at this point in the history
We should just pass it.

Fixes: #2851
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
  • Loading branch information
bergwolf committed Sep 14, 2020
1 parent 4fd70d8 commit 4651296
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integration/kubernetes/k8s-empty-dirs.bats
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@

load "${BATS_TEST_DIRNAME}/../../.ci/lib.sh"
load "${BATS_TEST_DIRNAME}/../../lib/common.bash"
issue="https://github.com/kata-containers/tests/issues/2574"

setup() {
skip "test not working - see: ${issue}"
export KUBECONFIG="$HOME/.kube/config"
pod_name="sharevol-kata"
get_pod_config_dir
}

@test "Empty dir volumes" {
skip "test not working - see: ${issue}"
# Create the pod
kubectl create -f "${pod_config_dir}/pod-empty-dir.yaml"

Expand All @@ -30,6 +27,5 @@ setup() {
}

teardown() {
skip "test not working - see: ${issue}"
kubectl delete pod "$pod_name"
}

0 comments on commit 4651296

Please # to comment.