Skip to content

Commit

Permalink
test: disable svc deletion in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Mar 27, 2022
1 parent f6cd7dd commit 19a10f8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,13 @@ var _ = ginkgo.AfterSuite(func() {
startLog: "===================blob log===================",
endLog: "==================================================",
}
deleteMetricsSVC := testCmd{
command: "make",
args: []string{"delete-metrics-svc"},
startLog: "delete metrics service...",
endLog: "metrics service deleted",
}
e2eTeardown := testCmd{
command: "make",
args: []string{"e2e-teardown"},
startLog: "Uninstalling Azure Blob Storage CSI driver...",
endLog: "Azure Blob Storage CSI driver uninstalled",
}
execTestCmd([]testCmd{blobLog, deleteMetricsSVC, e2eTeardown})
execTestCmd([]testCmd{blobLog, e2eTeardown})

// install/uninstall CSI Driver deployment scripts test
installDriver := testCmd{
Expand Down

0 comments on commit 19a10f8

Please sign in to comment.