mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-05 01:14:17 +03:00
Exclude too big spec from e2e
This commit is contained in:
parent
a0771d12c0
commit
cef8631b89
|
@ -100,6 +100,7 @@ if (process.env.JOB === 'e2e-guru') {
|
|||
delete apisGuruList['clarify.io']; // non-string references
|
||||
//delete apisGuruList['pushpay.com']; // https://github.com/Rebilly/ReDoc/issues/30
|
||||
delete apisGuruList['bbci.co.uk']; // too big
|
||||
delete apisGuruList['bbc.com']; // too big
|
||||
|
||||
// run quick version of e2e test on all builds except releases
|
||||
if (process.env.TRAVIS && !process.env.TRAVIS_TAG) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user