mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
BVG: re-skip BerlKönig test ✅
This commit is contained in:
parent
4aa5f1de85
commit
08be943906
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ tap.test('journeys – fails with no product', (t) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
// BerlKönig for public use is suspended during COVID-19.
|
// BerlKönig for public use is suspended during COVID-19.
|
||||||
tap.test('journeys – BerlKönig', async (t) => {
|
tap.skip('journeys – BerlKönig', async (t) => {
|
||||||
const when = DateTime.fromMillis(Date.now(), {
|
const when = DateTime.fromMillis(Date.now(), {
|
||||||
zone: 'Europe/Berlin',
|
zone: 'Europe/Berlin',
|
||||||
locale: 'de-De',
|
locale: 'de-De',
|
||||||
|
|
Loading…
Add table
Reference in a new issue