Skip to content

Commit

Permalink
test: enable deployment e2e test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Dec 23, 2020
1 parent 8b15adb commit f2c303b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ func (t *dynamicProvisioningTestSuite) defineTests(isMultiZone bool) {
})

ginkgo.It("should create a deployment object, write and read to it, delete the pod and write and read to it again [kubernetes.io/azure-disk] [disk.csi.azure.com] [Windows]", func() {
skipIfTestingInWindowsCluster()
if isWindowsCluster {
// waiting for fix(https://github.com/kubernetes/kubernetes/pull/95456) in CSI driver
if !isUsingInTreeVolumePlugin || isTestingMigration {
Expand All @@ -283,7 +282,7 @@ func (t *dynamicProvisioningTestSuite) defineTests(isMultiZone bool) {
},
}, isMultiZone),
IsWindows: isWindowsCluster,
UseCMD: true,
UseCMD: false,
}

podCheckCmd := []string{"cat", "/mnt/test-1/data"}
Expand Down

0 comments on commit f2c303b

Please sign in to comment.