Skip to content

Commit d34c986

Browse files
committed
disable blobStorageAccountType test
fix go format
1 parent a2da78b commit d34c986

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/e2e/dynamic_provisioning_test.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -713,10 +713,9 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
713713
CSIDriver: testDriver,
714714
Pods: pods,
715715
StorageClassParameters: map[string]string{
716-
"skuName": "Standard_LRS",
717-
"networkEndpointType": "privateEndpoint",
718-
"publicNetworkAccess": "Disabled",
719-
"blobStorageAccountType": "block",
716+
"skuName": "Standard_LRS",
717+
"networkEndpointType": "privateEndpoint",
718+
"publicNetworkAccess": "Disabled",
720719
},
721720
}
722721
test.Run(ctx, cs, ns)

0 commit comments

Comments
 (0)