From 1004ab48c3e031fa04451ac21608a2ee95db6f4e Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Thu, 5 Sep 2024 02:30:36 +0000 Subject: [PATCH] test: skip "should create a volume azuredisk with tag" test on Windows --- test/e2e/dynamic_provisioning_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/dynamic_provisioning_test.go b/test/e2e/dynamic_provisioning_test.go index 309cb638a6..e91e7498b2 100644 --- a/test/e2e/dynamic_provisioning_test.go +++ b/test/e2e/dynamic_provisioning_test.go @@ -1056,6 +1056,8 @@ func (t *dynamicProvisioningTestSuite) defineTests(isMultiZone bool) { ginkgo.It("should create a volume azuredisk with tag [disk.csi.azure.com] [Windows]", func(ctx ginkgo.SpecContext) { skipIfUsingInTreeVolumePlugin() + skipIfTestingInWindowsCluster() + pods := []testsuites.PodDetails{ { Cmd: convertToPowershellorCmdCommandIfNecessary("while true; do echo $(date -u) >> /mnt/test-1/data; sleep 3600; done"),