Skip to content

Commit

Permalink
Merge pull request #2793 from andyzhangx/disable-tests
Browse files Browse the repository at this point in the history
test: disable two redundant e2e tests
  • Loading branch information
andyzhangx authored Jan 4, 2025
2 parents ec44fac + 940906e commit c6a3fa0
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 @@ -223,6 +223,7 @@ func (t *dynamicProvisioningTestSuite) defineTests(isMultiZone bool) {
})

ginkgo.It("should receive FailedMount event with invalid mount options [kubernetes.io/azure-disk] [disk.csi.azure.com]", func(ctx ginkgo.SpecContext) {
ginkgo.Skip("skip this test")
skipIfTestingInWindowsCluster()

pods := []testsuites.PodDetails{
Expand Down Expand Up @@ -1274,6 +1275,7 @@ func (t *dynamicProvisioningTestSuite) defineTests(isMultiZone bool) {
})

ginkgo.It("should succeed when attaching a shared block volume to multiple pods [disk.csi.azure.com][shared disk]", func(ctx ginkgo.SpecContext) {
ginkgo.Skip("skip this test")
skipIfUsingInTreeVolumePlugin()
skipIfOnAzureStackCloud()
skipIfTestingInWindowsCluster()
Expand Down

0 comments on commit c6a3fa0

Please sign in to comment.