Skip to content

Commit

Permalink
test: skip shared disk multi zone test on capz cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Nov 29, 2023
1 parent d11093e commit 5d13fc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,9 @@ func (t *dynamicProvisioningTestSuite) defineTests(isMultiZone bool) {
skipIfTestingInWindowsCluster()
if isMultiZone {
skipIfNotZRSSupported()
if isCapzTest {
ginkgo.Skip("skip shared disk multi zone test on capz cluster")
}
}

pod := testsuites.PodDetails{
Expand Down

0 comments on commit 5d13fc3

Please sign in to comment.