mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
skip default storageclass test with windows nodes
This commit is contained in:
parent
0649dfbb52
commit
55bed0bb66
@ -326,6 +326,12 @@ var _ = utils.SIGDescribe("PersistentVolumes", func() {
|
|||||||
ginkgo.It("should be reschedulable [Slow]", func() {
|
ginkgo.It("should be reschedulable [Slow]", func() {
|
||||||
// Only run on providers with default storageclass
|
// Only run on providers with default storageclass
|
||||||
e2eskipper.SkipUnlessProviderIs("openstack", "gce", "gke", "vsphere", "azure")
|
e2eskipper.SkipUnlessProviderIs("openstack", "gce", "gke", "vsphere", "azure")
|
||||||
|
// testsuites/multivolume tests can now run with windows nodes
|
||||||
|
// This test is not compatible with windows because the default StorageClass
|
||||||
|
// doesn't have the ntfs parameter, we can't change the status of the cluster
|
||||||
|
// to add a StorageClass that's compatible with windows which is also the
|
||||||
|
// default StorageClass
|
||||||
|
e2eskipper.SkipIfNodeOSDistroIs("windows")
|
||||||
|
|
||||||
numVols := 4
|
numVols := 4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user