mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-20 23:23:56 +03:00
disable blocked endpoints tests for now
This commit is contained in:
parent
162b946bac
commit
bcaad526c7
1 changed files with 164 additions and 162 deletions
|
@ -99,6 +99,7 @@ const potsdamHbf = '8012666';
|
||||||
const berlinSüdkreuz = '8011113';
|
const berlinSüdkreuz = '8011113';
|
||||||
const kölnHbf = '8000207';
|
const kölnHbf = '8000207';
|
||||||
|
|
||||||
|
if (!process.env.VCR_OFF) {
|
||||||
tap.test('journeys – Berlin Schwedter Str. to München Hbf', async (t) => {
|
tap.test('journeys – Berlin Schwedter Str. to München Hbf', async (t) => {
|
||||||
const res = await client.journeys(blnSchwedterStr, münchenHbf, {
|
const res = await client.journeys(blnSchwedterStr, münchenHbf, {
|
||||||
results: 4,
|
results: 4,
|
||||||
|
@ -275,6 +276,7 @@ tap.test('refreshJourney', async (t) => {
|
||||||
});
|
});
|
||||||
t.end();
|
t.end();
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
tap.skip('journeysFromTrip – U Mehringdamm to U Naturkundemuseum, reroute to Spittelmarkt.', async (t) => {
|
tap.skip('journeysFromTrip – U Mehringdamm to U Naturkundemuseum, reroute to Spittelmarkt.', async (t) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue