Skip to content

Commit

Permalink
Merge pull request #2040 from openzim/fix-vikidia-ci
Browse files Browse the repository at this point in the history
Skip vikidia e2e test
  • Loading branch information
audiodude authored Jun 14, 2024
2 parents 190fab2 + 6fd756d commit 9b815ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/e2e/vikidia.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ const parameters = {
customZimDescription: 'Alaska article',
}

test('skipped vikidia test', () => {
return
})

/*
// https://github.com/openzim/mwoffliner/issues/2039
await testRenders(
parameters,
async (outFiles) => {
Expand All @@ -34,3 +40,4 @@ await testRenders(
// en.vikidia.org supports only VisualEditor among other renders
['VisualEditor'],
)
*/

0 comments on commit 9b815ac

Please sign in to comment.