From 06422d7074a133dfa525f98a157f60218a300114 Mon Sep 17 00:00:00 2001 From: David Erwin Date: Tue, 14 Feb 2017 16:56:55 -0500 Subject: [PATCH] Comment out e2e in ci --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: