mirror of https://github.com/kubernetes/kops.git
Merge pull request #11821 from olemarkus/skip-ebs-csi-flakes
skip flaking ebs csi flakes
This commit is contained in:
commit
f1b718db68
|
@ -40,4 +40,5 @@ git clone --branch v1.0.0 https://github.com/kubernetes-sigs/aws-ebs-csi-driver.
|
||||||
# shellcheck disable=SC2164
|
# shellcheck disable=SC2164
|
||||||
cd tests/e2e-kubernetes/
|
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}"
|
||||||
|
|
Loading…
Reference in New Issue