Skip to content

Commit a7c71d4

Browse files
authored
Temporarily disable flakey messaging tests (@gauntface to investigate) (#281)
1 parent 263596a commit a7c71d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

integration/messaging/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"private": true,
44
"version": "0.1.0",
55
"scripts": {
6-
"pretest": "node ./download-browsers.js",
7-
"test": "mocha --retries 3 --exit"
6+
"pretest:manual": "node ./download-browsers.js",
7+
"test": "echo 'Automated tests temporarily disabled, run `npm run test:manual` to execute these tests'",
8+
"test:manual": "mocha --retries 3 --exit"
89
},
910
"dependencies": {
1011
"firebase": "^4.3.3"

0 commit comments

Comments
 (0)