From 7f5857d457365eb36060b27af96f7af9bed5d136 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 7 Mar 2023 09:59:23 +0100 Subject: [PATCH] exclude buergertest.ecocare.center from link test --- cypress/e2e/hybrid/check_links.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/hybrid/check_links.cy.js b/cypress/e2e/hybrid/check_links.cy.js index 456a331b4..c5ba9bd5b 100644 --- a/cypress/e2e/hybrid/check_links.cy.js +++ b/cypress/e2e/hybrid/check_links.cy.js @@ -2,6 +2,7 @@ const { softAssert, softExpect } = chai; const noCheckHosts = [ 'developer.apple.com', // HTTP 403 forbidden issue on GitHub + 'buergertest.ecocare.center', // HTTP 404 not found - testing site removed 'ec.europa.eu', // HTTP 502 bad gateway 'health.ec.europa.eu', // HTTP 502 bad gateway 'onlinelibrary.wiley.com', // HTTP 503 service unavailable