Skip to content

Commit f2f398a

Browse files
committed
fixes
1 parent 30a5aff commit f2f398a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/e2e/tkgs_ha.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,9 +2076,8 @@ var _ = ginkgo.Describe("[csi-tkgs-ha] Tkgs-HA-SanityTests", func() {
20762076
14.POD should be running in the appropriate nodes
20772077
15.Delete Pod, PVC and SC
20782078
*/
2079-
ginkgo.It("[Verify the behaviour when CSI-resizer deleted and VSAN-Health is "+
2080-
"down during online Volume expansion", ginkgo.Label(p1, block, tkgsHA, negative, disruptive,
2081-
vc80), func() {
2079+
ginkgo.It("Verify the behaviour when CSI-resizer deleted and VSAN-Health is down during online Volume "+
2080+
"expansion", ginkgo.Label(p1, block, tkgsHA, negative, disruptive, vc80), func() {
20822081
ctx, cancel := context.WithCancel(context.Background())
20832082
defer cancel()
20842083
ginkgo.By("CNS_TEST: Running for GC setup")

0 commit comments

Comments
 (0)