BVG: re-skip BerlKönig test

This commit is contained in:
Jannis R 2022-04-27 09:50:24 +02:00
parent 4aa5f1de85
commit 08be943906
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -123,7 +123,7 @@ tap.test('journeys  fails with no product', (t) => {
})
// 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(), {
zone: 'Europe/Berlin',
locale: 'de-De',