mirror of https://github.com/k3s-io/k3s
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 ```pull/8/head
commit
86bd977151
|
@ -50,7 +50,7 @@ var csiTestDrivers = map[string]func(f *framework.Framework, config framework.Vo
|
|||
"[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")
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue