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 authored and k8s-infra-cherrypick-robot committed Dec 13, 2024
1 parent bf76728 commit 7959ee3
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 7959ee3

Please sign in to comment.