From 9f36a80b734ab0b0260bc3ba7e525499759d8e9e Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Thu, 18 May 2023 13:54:20 +0100 Subject: [PATCH] Temporarily disable cypress - failure to contact the sorry cypress instance is blocking cypress runs within CI - sorry cypress dashboard is unreachable ``` RequestError: Error: connect ECONNREFUSED 139.59.134.103:1234 We encountered an unexpected error talking to our servers. ``` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cec012dab55..a03dba29330 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "e2e:pre-dev": "yarn docker:local:stop && yarn docker:local:start && NODE_ENV=dev TEST_INSTRUMENT=true yarn build", "e2e:dev": "START_SERVER_AND_TEST_INSECURE=1 server-test start:dev https-get://localhost:8005 cy:run:sorry", "e2e:pre-prod": "yarn docker:local:stop && yarn docker:local:start && DEV_PORTS=true TEST_INSTRUMENT=true yarn build", - "e2e:prod": "START_SERVER_AND_TEST_INSECURE=1 server-test start:prod https-get://localhost:8005 cy:run:sorry", + "e2e:prod": "START_SERVER_AND_TEST_INSECURE=1 server-test start:prod https-get://localhost:8005 cy:run", "coverage": "npx nyc merge coverage coverage/coverage.json", "storybook": "cd storybook && yarn install && yarn storybook", "build-storybook": "cd storybook && yarn install && NODE_OPTIONS=--max_old_space_size=4096 yarn build-storybook --quiet",