make test-e2e-node runs the same test with pr builder by default.

This commit is contained in:
Random-Liu
2016-12-09 10:45:04 -08:00
parent aa51a165c1
commit 486ddae35a
2 changed files with 6 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
source "${KUBE_ROOT}/hack/lib/init.sh"
focus=${FOCUS:-""}
skip=${SKIP:-""}
skip=${SKIP-"\[Flaky\]|\[Slow\]|\[Serial\]"}
# The number of tests that can run in parallel depends on what tests
# are running and on the size of the node. Too many, and tests will
# fail due to resource contention. 8 is a reasonable default for a