remove too big spec from e2e test

This commit is contained in:
Roman Hotsiy 2016-11-01 17:23:51 +02:00
parent 77eeb53a48
commit 6b2186ba9a
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -106,6 +106,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) {