From 3951f796ba1edb7c313303588317d8ef63f25ed7 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Thu, 29 Aug 2024 11:55:22 +0000 Subject: [PATCH] test: skip one flacky windows test --- test/e2e/dynamic_provisioning_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/dynamic_provisioning_test.go b/test/e2e/dynamic_provisioning_test.go index 9ef6f048d21..6856e63ebf2 100644 --- a/test/e2e/dynamic_provisioning_test.go +++ b/test/e2e/dynamic_provisioning_test.go @@ -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{