mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-30 09:34:07 +03:00
Exclude incorrect spec from e2e tests
This commit is contained in:
parent
267b0a0338
commit
f3d344fd37
|
@ -60,6 +60,7 @@ describe('APIs.guru specs test', ()=> {
|
|||
delete apisGuruList['learnifier.com']; // allof object and no type
|
||||
delete apisGuruList['googleapis.com:mirror']; // bad urls in images
|
||||
delete apisGuruList['googleapis.com:discovery']; // non-string references
|
||||
delete apisGuruList['clarify.io']; // non-string references
|
||||
|
||||
// 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