Run only unit tests for now

This PR disable all other tests except the unit tests until
the snapshot beta API PR is merged.
This commit is contained in:
xing-yang
2019-10-21 22:35:54 +00:00
parent 26c3eff85b
commit 44cfe316c4

View File

@@ -1,5 +1,7 @@
#! /bin/bash
CSI_PROW_TESTS="unit"
. release-tools/prow.sh
main