Skip to content

Commit

Permalink
Merge pull request #2266 from kubernetes-sigs/fix-test-failure2-1.29
Browse files Browse the repository at this point in the history
[release-1.29] test: fix test failure when uninstall driver
  • Loading branch information
andyzhangx authored Dec 13, 2024
2 parents 67d511a + 50b72ba commit 460c781
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 @@ -209,14 +209,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 460c781

Please # to comment.