Skip to content

Commit 1d47d2a

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
test: remove blobfuse test in restart test
1 parent cdd11fd commit 1d47d2a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/e2e/testsuites/dynamically_provisioned_restart_driver_tester.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ func (t *DynamicallyProvisionedRestartDriverTest) Run(ctx context.Context, clien
8282
if useBlobfuseProxy {
8383
t.StorageClassParameters["skuName"] = "Standard_LRS"
8484

85-
ginkgo.By("run for blobfuse")
86-
t.StorageClassParameters["protocol"] = "fuse"
87-
wg.Add(1)
88-
wgPodReady.Add(1)
89-
go run()
90-
9185
ginkgo.By("run for blobfuse2")
9286
t.StorageClassParameters["protocol"] = "fuse2"
9387
wg.Add(1)

0 commit comments

Comments
 (0)