Skip to content

Commit

Permalink
Disable the linter integration test. (#140)
Browse files Browse the repository at this point in the history
This test doesn't run locally (out of memory), and I am told does not
actually perform any testing anyway.
  • Loading branch information
aomarks authored Apr 13, 2018
1 parent 4349dbe commit 79470f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "lerna run test",
"test:windows": "lerna run test --ignore polyserve",
"test:integration": "lerna run test:integration",
"test:integration:windows": "lerna run test:integration --ignore polymer-linter"
"test:integration:windows": "lerna run test:integration"
},
"devDependencies": {
"lerna": "^2.10.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lint": "tslint -c tslint.json src/*.ts src/**/*.ts",
"test": "npm run build && mocha && npm run lint",
"test:watch": "tsc-then -- mocha",
"test:integration": "npm run build && (cd test/integration && bower install --silent) && INTEGRATION_TEST=true mocha lib/test/integration_test.js"
"run-on-polymer": "npm run build && (cd test/integration && bower install --silent) && INTEGRATION_TEST=true mocha lib/test/integration_test.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 79470f7

Please sign in to comment.