e2e: Remove flaky from CSI E2E test
The tests have been passing consistently and now we can remove the Flaky tag.
This commit is contained in:
parent
10b8665a1c
commit
a0b9219c4c
@ -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
Block a user