Skip to content

Commit 1e35718

Browse files
committed
test: verify snapshot install script
1 parent 28091cf commit 1e35718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ var _ = ginkgo.AfterSuite(func() {
153153
// install/uninstall CSI Driver deployment scripts test
154154
installDriver := testCmd{
155155
command: "bash",
156-
args: []string{"deploy/install-driver.sh", "master", "local"},
156+
args: []string{"deploy/install-driver.sh", "master", "local,snapshot"},
157157
startLog: "===================install CSI Driver deployment scripts test===================",
158158
endLog: "===================================================",
159159
}

0 commit comments

Comments
 (0)