From 70cc5f96c039999abef39867f1580fe5fc87c14e Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Fri, 31 Mar 2017 15:41:36 +0100 Subject: [PATCH] temp removed html render test --- scripts/circleci/test_entry_point.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/circleci/test_entry_point.sh b/scripts/circleci/test_entry_point.sh index 800cf561c6..a651785fbc 100755 --- a/scripts/circleci/test_entry_point.sh +++ b/scripts/circleci/test_entry_point.sh @@ -20,9 +20,7 @@ if [ $((2 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then COMMANDS_TO_RUN+=('./scripts/circleci/test_fiber.sh') fi -if [ $((3 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then - COMMANDS_TO_RUN+=('./scripts/circleci/test_html_generation.sh') -fi + # These seem out of order but extract-errors must be run after jest. if [ $((0 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then