Merge pull request #312 from coralproject/disable-e2e-ci

Comment out e2e in ci
This commit is contained in:
David Erwin
2017-02-14 17:01:46 -05:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ test:
# Run the tests using the junit reporter.
- MOCHA_FILE=$CIRCLE_TEST_REPORTS/junit/test-results.xml MOCHA_REPORTER=mocha-junit-reporter yarn test
# Run the e2e test suite.
- E2E_REPORT_PATH=$CIRCLE_TEST_REPORTS/e2e yarn e2e
# - E2E_REPORT_PATH=$CIRCLE_TEST_REPORTS/e2e yarn e2e
deployment:
release: