Skip to content

Commit

Permalink
test: skip one flacky windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Aug 29, 2024
1 parent 4d10e97 commit 3951f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ var _ = ginkgo.Describe("Dynamic Provisioning", func() {
})

ginkgo.It("should create a deployment object, write and read to it, delete the pod and write and read to it again [smb.csi.k8s.io] [Windows]", func(ctx ginkgo.SpecContext) {
skipIfTestingInWindowsCluster()
pod := testsuites.PodDetails{
Cmd: convertToPowershellCommandIfNecessary("echo 'hello world' >> /mnt/test-1/data && while true; do sleep 100; done"),
Volumes: []testsuites.VolumeDetails{
Expand Down

0 comments on commit 3951f79

Please sign in to comment.