Skip to content

Commit

Permalink
test: remove blobfuse test in restart test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Nov 10, 2024
1 parent 6a44c96 commit 975c5d5
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ func (t *DynamicallyProvisionedRestartDriverTest) Run(ctx context.Context, clien
if useBlobfuseProxy {
t.StorageClassParameters["skuName"] = "Standard_LRS"

ginkgo.By("run for blobfuse")
t.StorageClassParameters["protocol"] = "fuse"
wg.Add(1)
wgPodReady.Add(1)
go run()

ginkgo.By("run for blobfuse2")
t.StorageClassParameters["protocol"] = "fuse2"
wg.Add(1)
Expand Down

0 comments on commit 975c5d5

Please sign in to comment.