Skip to content

Commit

Permalink
Temporarily disable cypress
Browse files Browse the repository at this point in the history
- 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.
```
  • Loading branch information
richard-cox committed May 18, 2023
1 parent 113e1d3 commit 9f36a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9f36a80

Please sign in to comment.