diff --git a/circle.yml b/circle.yml index 77e61f102..b29dfcc4c 100644 --- a/circle.yml +++ b/circle.yml @@ -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: