Fix invalid AWS KMS key test flake

This commit is contained in:
Tomas Smetana 2021-04-28 13:22:49 +02:00
parent 01289178ea
commit 8773e0d491

View File

@ -825,6 +825,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() {
ginkgo.It("should report an error and create no PV", func() {
e2eskipper.SkipUnlessProviderIs("aws")
test := testsuites.StorageClassTest{
Client: c,
Name: "AWS EBS with invalid KMS key",
Provisioner: "kubernetes.io/aws-ebs",
Timeouts: f.Timeouts,