Unverified Commit 86bd9771 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #64161 from lpabon/csi-remote-flaky

Automatic merge from submit-queue (batch tested with PRs 64034, 64072, 64146, 64059, 64161). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. e2e: Remove flaky from CSI E2E test **What this PR does / why we need it**: The tests have been passing consistently and now we can remove the Flaky tag. See results here: https://k8s-testgrid.appspot.com/sig-storage#gce-flaky&width=5 **Release note**: ```release-note NONE ```
parents 0ba60a3e a0b9219c
...@@ -50,7 +50,7 @@ var csiTestDrivers = map[string]func(f *framework.Framework, config framework.Vo ...@@ -50,7 +50,7 @@ var csiTestDrivers = map[string]func(f *framework.Framework, config framework.Vo
"[Feature: GCE PD CSI Plugin] gcePD": initCSIgcePD, "[Feature: GCE PD CSI Plugin] gcePD": initCSIgcePD,
} }
var _ = utils.SIGDescribe("CSI Volumes [Flaky]", func() { var _ = utils.SIGDescribe("CSI Volumes", func() {
f := framework.NewDefaultFramework("csi-mock-plugin") f := framework.NewDefaultFramework("csi-mock-plugin")
var ( var (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment