Skip to content

Commit

Permalink
test: fix test failure when uninstall driver
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 12, 2024
1 parent a4709ba commit fa258fa
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,7 @@ var _ = ginkgo.AfterSuite(func(ctx ginkgo.SpecContext) {
}
execTestCmd([]testCmd{createExampleDeployment})

// uninstall CSI Driver deployment scripts test
uninstallDriver := testCmd{
command: "bash",
args: []string{"deploy/uninstall-driver.sh", "master", "windows,local"},
startLog: "===================uninstall CSI Driver deployment scripts test===================",
endLog: "===================================================",
}
execTestCmd([]testCmd{installDriver, uninstallDriver})
execTestCmd([]testCmd{installDriver})
}

checkAccountCreationLeak(ctx)
Expand Down

0 comments on commit fa258fa

Please sign in to comment.