From 0e5fc07bf4a968c9a50d46b76dba924724d54956 Mon Sep 17 00:00:00 2001 From: Aaron Moore Date: Thu, 8 Jun 2023 16:58:49 +0100 Subject: [PATCH] Disable Scotland E2E test on Live (#10885) --- cypress/support/config/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/config/settings.js b/cypress/support/config/settings.js index 45b62ee139a..a00e3e7c1af 100644 --- a/cypress/support/config/settings.js +++ b/cypress/support/config/settings.js @@ -6210,7 +6210,7 @@ module.exports = () => ({ environments: { live: { paths: ['/scotland/articles/cm49v4x1r9lo'], - enabled: true, + enabled: false, }, test: { paths: ['/scotland/articles/czwj5l0n210o'],