mirror of https://github.com/docker/docs.git
disable mesos tests again
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
5a217d6169
commit
b8f50bbf1f
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue