From c3eaa0054785f6cbce9cfff1cad1e3d65f416ead Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Tue, 30 Jun 2015 16:53:09 -0700 Subject: [PATCH] disable mesos tests because mesos is incompatible with the next version of docker Signed-off-by: Victor Vieux --- test/integration/test_runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test_runner.sh b/test/integration/test_runner.sh index ebae66e481..bc6cd5fc95 100755 --- a/test/integration/test_runner.sh +++ b/test/integration/test_runner.sh @@ -12,7 +12,7 @@ function execute() { } # Tests to run. Defaults to all. -TESTS=${@:-. discovery api mesos} +TESTS=${@:-. discovery api } #mesos # Generate a temporary binary for the tests. export SWARM_BINARY=`mktemp`