diff --git a/test/integration/test_runner.sh b/test/integration/test_runner.sh index a278aed763..52f554be5f 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=${@:-. compose discovery api mesos/api mesos/compose mesos/zk} +TESTS=${@:-. compose discovery api nodemanagement mesos/api mesos/compose mesos/zk} # Generate a temporary binary for the tests. export SWARM_BINARY=`mktemp`