disable mesos tests again

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2015-07-30 14:09:18 -07:00
parent 5a217d6169
commit b8f50bbf1f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function execute() {
}
# Tests to run. Defaults to all.
TESTS=${@:-. discovery api mesos/api}
TESTS=${@:-. discovery api}
# Generate a temporary binary for the tests.
export SWARM_BINARY=`mktemp`