From b4ce146a25ffccf67e064a98d5d66105b04ba1c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Tue, 24 Sep 2024 13:22:23 +0200 Subject: [PATCH] us-md-TransIt: Skip --- feeds/us-md.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/feeds/us-md.json b/feeds/us-md.json index 744d1a37..833716f9 100644 --- a/feeds/us-md.json +++ b/feeds/us-md.json @@ -76,12 +76,16 @@ "name": "TransIt", "type": "transitland-atlas", "transitland-atlas-id": "f-dr0b-transitservicesoffrederickcounty", - "fix": true + "fix": true, + "skip": true, + "skip-reason": "Connection timed out" }, { "name": "TransIt", "type": "transitland-atlas", - "transitland-atlas-id": "f-dr0b-transitservicesoffrederickcounty~rt" + "transitland-atlas-id": "f-dr0b-transitservicesoffrederickcounty~rt", + "skip": true, + "skip-reason": "Connection timed out" }, { "name": "RideOn", @@ -100,4 +104,4 @@ "fix": true } ] -} \ No newline at end of file +}