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 @@ -133,19 +133,13 @@ var _ = ginkgo.AfterSuite(func() {
133
133
}
134
134
execTestCmd ([]testCmd {createExampleDeployment })
135
135
136
- blobLog := testCmd {
137
- command : "bash" ,
138
- args : []string {"test/utils/blob_log.sh" },
139
- startLog : "===================blob log===================" ,
140
- endLog : "==================================================" ,
141
- }
142
136
e2eTeardown := testCmd {
143
137
command : "make" ,
144
138
args : []string {"e2e-teardown" },
145
139
startLog : "Uninstalling Azure Blob Storage CSI driver..." ,
146
140
endLog : "Azure Blob Storage CSI driver uninstalled" ,
147
141
}
148
- execTestCmd ([]testCmd {blobLog , e2eTeardown })
142
+ execTestCmd ([]testCmd {e2eTeardown })
149
143
150
144
// install/uninstall CSI Driver deployment scripts test
151
145
installDriver := testCmd {
You can’t perform that action at this time.
0 commit comments