Skip to content

Commit

Permalink
test: enable two pre_provisioning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 10, 2024
1 parent 5c8b44d commit 737ac3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/pre_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Pre-Provisioned", func() {
})

ginkgo.It("should use Key Vault", func(ctx ginkgo.SpecContext) {
ginkgo.Skip("test case is not available currently due to test-infra migration")
volumeSize := fmt.Sprintf("%dGi", defaultVolumeSize)
reclaimPolicy := v1.PersistentVolumeReclaimRetain
volumeBindingMode := storagev1.VolumeBindingImmediate
Expand Down Expand Up @@ -253,7 +252,6 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Pre-Provisioned", func() {
})

ginkgo.It("should use SAS token", func(ctx ginkgo.SpecContext) {
ginkgo.Skip("test case is not available currently due to test-infra migration")
pods := []testsuites.PodDetails{
{
Cmd: "echo 'hello world' > /mnt/test-1/data && grep 'hello world' /mnt/test-1/data",
Expand Down

0 comments on commit 737ac3a

Please sign in to comment.