mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
skip leg cycle & alternatives integration tests ✅
This commit is contained in:
parent
573f4ce6d7
commit
63013d8306
2 changed files with 22 additions and 17 deletions
|
@ -195,6 +195,7 @@ tap.test('earlier/later journeys', async (t) => {
|
|||
t.end()
|
||||
})
|
||||
|
||||
if (!process.env.VCR_MODE) {
|
||||
tap.test('journeys – leg cycle & alternatives', async (t) => {
|
||||
await testLegCycleAlternatives({
|
||||
test: t,
|
||||
|
@ -204,6 +205,8 @@ tap.test('journeys – leg cycle & alternatives', async (t) => {
|
|||
})
|
||||
t.end()
|
||||
})
|
||||
}
|
||||
|
||||
tap.test('refreshJourney', async (t) => {
|
||||
await testRefreshJourney({
|
||||
test: t,
|
||||
|
|
|
@ -191,6 +191,7 @@ tap.skip('earlier/later journeys, Jungfernheide -> München Hbf', async (t) => {
|
|||
t.end()
|
||||
})
|
||||
|
||||
if (!process.env.VCR_MODE) {
|
||||
tap.test('journeys – leg cycle & alternatives', async (t) => {
|
||||
await testLegCycleAlternatives({
|
||||
test: t,
|
||||
|
@ -201,6 +202,7 @@ tap.test('journeys – leg cycle & alternatives', async (t) => {
|
|||
})
|
||||
t.end()
|
||||
})
|
||||
}
|
||||
|
||||
tap.test('refreshJourney', async (t) => {
|
||||
await testRefreshJourney({
|
||||
|
|
Loading…
Add table
Reference in a new issue