mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 01:54:08 +03:00
exclude pushpay.com spec from e2e test
This commit is contained in:
parent
8945f1d643
commit
0d3d9213de
|
@ -61,6 +61,7 @@ describe('APIs.guru specs test', ()=> {
|
|||
delete apisGuruList['googleapis.com:mirror']; // bad urls in images
|
||||
delete apisGuruList['googleapis.com:discovery']; // non-string references
|
||||
delete apisGuruList['clarify.io']; // non-string references
|
||||
delete apisGuruList['pushpay.com']; // https://github.com/Rebilly/ReDoc/issues/30
|
||||
|
||||
// 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