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`