Skip to content

Commit 60d8f4f

Browse files
authored
Disable automatic integration tests (#289)
1 parent 0ea11f2 commit 60d8f4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

integration/firestore/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"private": true,
55
"scripts": {
66
"build": "gulp compile-tests",
7-
"pretest": "npm run build",
7+
"pretest:manual": "npm run build",
88
"pretest:debug": "npm run build",
9-
"test": "karma start --single-run",
9+
"test": "echo 'Automated tests temporarily disabled, run `npm run test:manual` to execute these tests'",
10+
"test:manual": "karma start --single-run",
1011
"test:debug": "karma start --auto-watch --browsers Chrome"
1112
},
1213
"devDependencies": {

0 commit comments

Comments
 (0)