From 2e4b30f897fe909be2510f3e3f3cfc318a35404d Mon Sep 17 00:00:00 2001 From: Josh Crowther Date: Tue, 31 Oct 2017 10:41:32 -0700 Subject: [PATCH] Temporarily disable flakey messaging tests (@gauntface to investigate) --- integration/messaging/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/integration/messaging/package.json b/integration/messaging/package.json index 6428a301d62..718935a2521 100644 --- a/integration/messaging/package.json +++ b/integration/messaging/package.json @@ -3,8 +3,9 @@ "private": true, "version": "0.1.0", "scripts": { - "pretest": "node ./download-browsers.js", - "test": "mocha --retries 3 --exit" + "pretest:manual": "node ./download-browsers.js", + "test": "echo 'Automated tests temporarily disabled, run `npm run test:manual` to execute these tests'", + "test:manual": "mocha --retries 3 --exit" }, "dependencies": { "firebase": "^4.3.3"