diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-06-04 12:18:24 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-06-04 17:46:25 +0100 |
commit | e0e15013cbb7e08f5f283c6dee3d556c75dbf564 (patch) | |
tree | 7c0eb59157b8902f4ff7c4e91cc50ed92eb28a9f | |
parent | 55184614134e60132fb052fb7bd6539f2dd30657 (diff) |
[Cypress] Blacklist requests to Tilma.
-rw-r--r-- | .cypress/cypress.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cypress/cypress.json b/.cypress/cypress.json index 9b424ef69..d7d2ec3d7 100644 --- a/.cypress/cypress.json +++ b/.cypress/cypress.json @@ -1,7 +1,7 @@ { "baseUrl": "http://fixmystreet.localhost:3001", "projectId": "y8vvs1", - "blacklistHosts": ["gaze.mysociety.org", "*.openstreetmap.org"], + "blacklistHosts": ["gaze.mysociety.org", "*.openstreetmap.org", "tilma.mysociety.org"], "env": { "postcode": "BS10 5EE" }, |