From b8f50bbf1f0708edb817ec9a216cbccf82d7c01f Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Thu, 30 Jul 2015 14:09:18 -0700 Subject: [PATCH] disable mesos tests again 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 faedb97a89..65a2c7b316 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/api} +TESTS=${@:-. discovery api} # Generate a temporary binary for the tests. export SWARM_BINARY=`mktemp`