Skip to content

Commit

Permalink
Merge pull request #11821 from olemarkus/skip-ebs-csi-flakes
Browse files Browse the repository at this point in the history
skip flaking ebs csi flakes
  • Loading branch information
k8s-ci-robot committed Jun 20, 2021
2 parents b89661c + c52241e commit f1b718d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/scenarios/aws-ebs-csi/run-test.sh
Expand Up @@ -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}"

0 comments on commit f1b718d

Please sign in to comment.