Merge pull request #100356 from mauriciopoppe/storage-windows-tests

Disable intree storage multivolume e2e test in windows nodes
This commit is contained in:
Kubernetes Prow Robot 2021-04-08 20:30:12 -07:00 committed by GitHub
commit c081e70656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,7 +316,12 @@ var _ = utils.SIGDescribe("PersistentVolumes", func() {
})
})
ginkgo.Describe("Default StorageClass", func() {
// 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
ginkgo.Describe("Default StorageClass [LinuxOnly]", func() {
ginkgo.Context("pods that use multiple volumes", func() {
ginkgo.AfterEach(func() {