mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Enable dynamic provisioning tests on AWS.
The tests are not slow, they finish on GCE under 1.5 minutes and on AWS under 3 minutes.
This commit is contained in:
parent
60cd056cb4
commit
a15a2af085
@ -250,7 +250,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() {
|
||||
})
|
||||
|
||||
Describe("DynamicProvisioner", func() {
|
||||
It("should provision storage with different parameters [Slow]", func() {
|
||||
It("should provision storage with different parameters", func() {
|
||||
cloudZone := getRandomCloudZone(c)
|
||||
|
||||
// This test checks that dynamic provisioning can provision a volume
|
||||
|
Loading…
Reference in New Issue
Block a user