Skip to content

Commit

Permalink
Merge pull request #1733 from kubernetes-sigs/remove-vhd-test
Browse files Browse the repository at this point in the history
test: remove one vhd e2e test
  • Loading branch information
andyzhangx authored Feb 29, 2024
2 parents bc95314 + f3a80b4 commit beefad7
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,32 +427,6 @@ var _ = ginkgo.Describe("Dynamic Provisioning", func() {
test.Run(ctx, cs, ns)
})

ginkgo.It("should create a vhd disk volume on demand [kubernetes.io/azure-file] [file.csi.azure.com][disk]", func(ctx ginkgo.SpecContext) {
skipIfUsingInTreeVolumePlugin()
skipIfTestingInWindowsCluster()

pods := []testsuites.PodDetails{
{
Cmd: "echo 'hello world' > /mnt/test-1/data && grep 'hello world' /mnt/test-1/data",
Volumes: []testsuites.VolumeDetails{
{
ClaimSize: "1024Gi", // test with big size
VolumeMount: testsuites.VolumeMountDetails{
NameGenerate: "test-volume-",
MountPathGenerate: "/mnt/test-",
},
},
},
},
}
test := testsuites.DynamicallyProvisionedCmdVolumeTest{
CSIDriver: testDriver,
Pods: pods,
StorageClassParameters: map[string]string{"skuName": "Standard_LRS", "fsType": "ext4"},
}
test.Run(ctx, cs, ns)
})

ginkgo.It("should receive FailedMount event with invalid mount options [file.csi.azure.com] [disk]", func(ctx ginkgo.SpecContext) {
skipIfUsingInTreeVolumePlugin()
skipIfTestingInWindowsCluster()
Expand Down

0 comments on commit beefad7

Please # to comment.