Skip to content

Commit 975c5d5

Browse files
committed
test: remove blobfuse test in restart test
1 parent 6a44c96 commit 975c5d5

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

-6
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)