mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-04 22:33:13 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue