Spent the last two hours trying to make tests pass on travis with ember-cli-addon-tests addon. Turned out that `yarn test` failed, but `npm test` passed. π€¦ββοΈ With yarn the `app.stopServer()` promise never resolves. Something in yarn is not letting us kill child processes (which is what stopServer does).