From 9956dfa3befee0c5c16400e52ded6c1a3a86c53e Mon Sep 17 00:00:00 2001 From: Aaron Moore Date: Tue, 17 Sep 2024 11:03:09 +0100 Subject: [PATCH] Disable flakey MAP local test (#11976) --- 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 ecace8f0f6d..d1c42a6f53c 100644 --- a/cypress/support/config/settings.js +++ b/cypress/support/config/settings.js @@ -1613,7 +1613,7 @@ module.exports = () => ({ '/gahuza/amakuru-23257470', // CPS MAP with video clip '/gahuza/amakuru/2016/02/160215_map_amakuru_test1', // TC2 MAP with video clip ], - enabled: true, + enabled: false, }, }, smoke: true,