Skip to content

Commit

Permalink
Merge pull request #2493 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2492-to-release-1.29

[release-1.29] test: skip "should create a volume azuredisk with tag" test on Windows
  • Loading branch information
andyzhangx authored Sep 5, 2024
2 parents 475d0db + 1004ab4 commit 71285aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 71285aa

Please sign in to comment.