diff --git a/tests/e2e/scenarios/aws-ebs-csi/run-test.sh b/tests/e2e/scenarios/aws-ebs-csi/run-test.sh index d5b67fedab..1f50f3bc7c 100755 --- a/tests/e2e/scenarios/aws-ebs-csi/run-test.sh +++ b/tests/e2e/scenarios/aws-ebs-csi/run-test.sh @@ -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}"