Skip to content

Commit 737ac3a

Browse files
committed
test: enable two pre_provisioning tests
1 parent 5c8b44d commit 737ac3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/pre_provisioning_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Pre-Provisioned", func() {
219219
})
220220

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

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

0 commit comments

Comments
 (0)