diff --git a/test/e2e/e2e_suite_test.go b/test/e2e/e2e_suite_test.go index b145d344..442e0635 100644 --- a/test/e2e/e2e_suite_test.go +++ b/test/e2e/e2e_suite_test.go @@ -153,7 +153,7 @@ var _ = ginkgo.AfterSuite(func() { // install/uninstall CSI Driver deployment scripts test installDriver := testCmd{ command: "bash", - args: []string{"deploy/install-driver.sh", "master", "local"}, + args: []string{"deploy/install-driver.sh", "master", "local,snapshot"}, startLog: "===================install CSI Driver deployment scripts test===================", endLog: "===================================================", }