Revert "[garbage collector] add e2e test"

This commit is contained in:
Wojciech Tyczynski
2016-07-15 10:10:02 +02:00
committed by GitHub
parent 87d3c74715
commit f71244975d
10 changed files with 12 additions and 223 deletions

View File

@@ -630,7 +630,6 @@ ENABLE_MANIFEST_URL: $(yaml-quote ${ENABLE_MANIFEST_URL:-false})
MANIFEST_URL: $(yaml-quote ${MANIFEST_URL:-})
MANIFEST_URL_HEADER: $(yaml-quote ${MANIFEST_URL_HEADER:-})
NUM_NODES: $(yaml-quote ${NUM_NODES})
ENABLE_GARBAGE_COLLECTOR: $(yaml-quote ${ENABLE_GARBAGE_COLLECTOR:-false})
EOF
if [ -n "${APISERVER_TEST_ARGS:-}" ]; then
cat >>$file <<EOF