mirror of https://github.com/docker/docs.git
disable mesos tests because mesos is incompatible with the next version of docker
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
bedf1ec3ff
commit
c3eaa00547
|
@ -12,7 +12,7 @@ function execute() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Tests to run. Defaults to all.
|
# Tests to run. Defaults to all.
|
||||||
TESTS=${@:-. discovery api mesos}
|
TESTS=${@:-. discovery api } #mesos
|
||||||
|
|
||||||
# Generate a temporary binary for the tests.
|
# Generate a temporary binary for the tests.
|
||||||
export SWARM_BINARY=`mktemp`
|
export SWARM_BINARY=`mktemp`
|
||||||
|
|
Loading…
Reference in New Issue