Skip to content

Commit ae6ed9a

Browse files
authored
Remove CF Tag from offline test failing in UTS (#3762)
* Remove CF from offline test failing in UTS Remove CF from offline test failing in UTS * Update gc_block_volume_expansion.go
1 parent 950117d commit ae6ed9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/gc_block_volume_expansion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ var _ = ginkgo.Describe("[csi-guest] Volume Expansion Test", func() {
177177
// 13. delete the pod created in step 10.
178178
// 14. delete PVC created in step 2.
179179
// 15. delete SC created in step 1.
180-
ginkgo.It("[cf-vks] Verify offline expansion triggers FS resize", ginkgo.Label(p0, block, tkg, vc70), func() {
180+
ginkgo.It("[cf-f-vks] Verify offline expansion triggers FS resize", ginkgo.Label(p0, block, tkg, vc70), func() {
181181
ctx, cancel := context.WithCancel(context.Background())
182182
defer cancel()
183183
// Create a Pod to use this PVC, and verify volume has been attached.

0 commit comments

Comments
 (0)