File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -139,19 +139,13 @@ var _ = ginkgo.AfterSuite(func() {
139139 startLog : "===================blob log===================" ,
140140 endLog : "==================================================" ,
141141 }
142- deleteMetricsSVC := testCmd {
143- command : "make" ,
144- args : []string {"delete-metrics-svc" },
145- startLog : "delete metrics service..." ,
146- endLog : "metrics service deleted" ,
147- }
148142 e2eTeardown := testCmd {
149143 command : "make" ,
150144 args : []string {"e2e-teardown" },
151145 startLog : "Uninstalling Azure Blob Storage CSI driver..." ,
152146 endLog : "Azure Blob Storage CSI driver uninstalled" ,
153147 }
154- execTestCmd ([]testCmd {blobLog , deleteMetricsSVC , e2eTeardown })
148+ execTestCmd ([]testCmd {blobLog , e2eTeardown })
155149
156150 // install/uninstall CSI Driver deployment scripts test
157151 installDriver := testCmd {
You can’t perform that action at this time.
0 commit comments