From 44cfe316c4cc750d5bbc85651db86ecaacdd9e44 Mon Sep 17 00:00:00 2001 From: xing-yang Date: Mon, 21 Oct 2019 22:35:54 +0000 Subject: [PATCH] Run only unit tests for now This PR disable all other tests except the unit tests until the snapshot beta API PR is merged. --- .prow.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.prow.sh b/.prow.sh index 40dc1c3d4..1d0d3f3a1 100755 --- a/.prow.sh +++ b/.prow.sh @@ -1,5 +1,7 @@ #! /bin/bash +CSI_PROW_TESTS="unit" + . release-tools/prow.sh main