Merge pull request #11821 from olemarkus/skip-ebs-csi-flakes

skip flaking ebs csi flakes
This commit is contained in:
Kubernetes Prow Robot 2021-06-20 16:36:51 -07:00 committed by GitHub
commit f1b718db68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -40,4 +40,5 @@ git clone --branch v1.0.0 https://github.com/kubernetes-sigs/aws-ebs-csi-driver.
# shellcheck disable=SC2164
cd tests/e2e-kubernetes/
ginkgo --nodes=25 ./... -- -cluster-tag="${CLUSTER_NAME}" -ginkgo.skip="\[Disruptive\]" -report-dir="${REPORT_DIR}" -gce-zone="${ZONE}"
# Skipping disruptive and flakes caused by https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/911
ginkgo --nodes=25 ./... -- -cluster-tag="${CLUSTER_NAME}" -ginkgo.skip="\[Disruptive\]|volume.snapshot.controller.should.check.snapshot.fields" -report-dir="${REPORT_DIR}" -gce-zone="${ZONE}"