mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #65056 from jsafrane/aws-provisioning-tests
Automatic merge from submit-queue (batch tested with PRs 65123, 65176, 65139, 65084, 65056). 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>. Enable dynamic provisioning tests on AWS. The tests are not slow, they finish on GCE in ~46 seconds and on AWS in ~103 seconds. **Release note**: ```release-note NONE ```
This commit is contained in:
commit
7a954fd37c
@ -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