From 4c866ceaca87400e036cbb7534c04e94c6e94ac4 Mon Sep 17 00:00:00 2001 From: Altonss <66519591+Altonss@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:21:48 +0100 Subject: [PATCH] Skip Cold-Lake-Transit & Fredericton-Transit [CA] (#722) --- feeds/ca.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/feeds/ca.json b/feeds/ca.json index 257371db..61accd0f 100644 --- a/feeds/ca.json +++ b/feeds/ca.json @@ -33,7 +33,9 @@ { "name": "Cold-Lake-Transit", "type": "transitland-atlas", - "transitland-atlas-id": "f-coldlake~ab~ca" + "transitland-atlas-id": "f-coldlake~ab~ca", + "skip": true, + "skip-reason": "Getting 404 error" }, { "name": "Edmonton-Transit-Service", @@ -49,7 +51,9 @@ "name": "Fredericton-Transit", "type": "transitland-atlas", "transitland-atlas-id": "f-frederictontransit", - "fix": true + "fix": true, + "skip": true, + "skip-reason": "Getting 403 error" }, { "name": "Grande-Prairie-Transit",