mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
CSIStorageCapacity: enable E2E tests by default
With the feature now in beta, tests should run in the normal jobs.
This commit is contained in:
parent
39103c188f
commit
4c7e4c6316
@ -1131,7 +1131,7 @@ var _ = utils.SIGDescribe("CSI mock volume", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// These tests *only* work on a cluster which has the CSIStorageCapacity feature enabled.
|
// These tests *only* work on a cluster which has the CSIStorageCapacity feature enabled.
|
||||||
ginkgo.Context("CSIStorageCapacity [Feature:CSIStorageCapacity]", func() {
|
ginkgo.Context("CSIStorageCapacity", func() {
|
||||||
var (
|
var (
|
||||||
err error
|
err error
|
||||||
yes = true
|
yes = true
|
||||||
|
Loading…
Reference in New Issue
Block a user