Meteor test command has repetitive output on circleCI

Hi, I am trying to run this command on circleCI

cd app-eshop-management && meteor test --once --driver-package dispatch:mocha-phantomjs --port 3400

circleCI is not able to display it all for me in the browser, I have to download it as a 5 MB file, and then try to debug my tests in that repetitive mess.

it works ok on my local os x machine.

Does anyone else has this problem?
I already opened a ticket on circleCI, and they told me that it’s “meteor-tools” causing this. So I should raise an issue here.

1 Like