Skip to content

Commit

Permalink
disable Belgium and 9292.nl since they are currently broken in PTE
Browse files Browse the repository at this point in the history
  • Loading branch information
ialokim committed Nov 12, 2023
1 parent 0a0df20 commit 7c13728
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ private val networks = arrayOf(
)
)
),
Country(
// disabled until https://github.com/schildbach/public-transport-enabler/issues/502 is resolved
/*Country(
R.string.np_region_belgium, flag = "🇧🇪", networks = listOf(
TransportNetwork(
id = NetworkId.SNCB,
Expand All @@ -334,7 +335,7 @@ private val networks = arrayOf(
factory = { SncbProvider("{\"type\":\"AID\",\"aid\":\"sncb-mobi\"}") }
)
)
),
),*/
Country(
R.string.np_region_luxembourg, flag = "🇱🇺", networks = listOf(
TransportNetwork(
Expand All @@ -355,7 +356,8 @@ private val networks = arrayOf(
status = BETA,
factory = { NsProvider() }
),
TransportNetwork(
// disabled until https://github.com/schildbach/public-transport-enabler/issues/438 is fixed
/*TransportNetwork(
id = NetworkId.NEGENTWEE,
name = R.string.np_name_negentwee,
description = R.string.np_desc_negentwee,
Expand All @@ -368,7 +370,7 @@ private val networks = arrayOf(
NegentweeProvider(NegentweeProvider.Language.EN_GB)
}
}
)
)*/
)
),
Country(
Expand Down

0 comments on commit 7c13728

Please sign in to comment.