Skip to content

Commit fb1670c

Browse files
committed
Remove storage class param for migration tests.
1 parent 1f6315d commit fb1670c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/run-k8s-integration-ci.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ if [[ -n $gce_region ]] ; then
4343
storage_classes="${storage_classes}",sc-regional.yaml
4444
fi
4545

46+
if [[ $migration_test = true ]]; then
47+
storage_classes=""
48+
fi
49+
4650
export GCE_PD_VERBOSITY=9
4751

4852
make -C "${PKGDIR}" test-k8s-integration

0 commit comments

Comments
 (0)