Speed up test, by not running with custom etcd prefix

This commit is contained in:
Wojciech Tyczynski
2016-05-27 14:30:24 +02:00
parent 227b8bad81
commit 19ccbb9f99
2 changed files with 3 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ runTests() {
KUBE_RACE="-race" \
KUBE_TEST_API_VERSIONS="v1" \
KUBE_TIMEOUT="-timeout 10m" \
KUBE_TEST_ETCD_PREFIXES="registry"\
KUBE_TEST_ETCD_PREFIXES="registry" \
ETCD_CUSTOM_PREFIX="None" \
KUBE_TEST_ARGS="${ARGS}" \
"${KUBE_ROOT}/hack/test-go.sh" test/integration