From 0d3d9213de9b98aaf1d7b39e3496ba0db29d5619 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 15 Mar 2016 16:14:39 +0200 Subject: [PATCH] exclude pushpay.com spec from e2e test --- tests/e2e/redoc.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/redoc.spec.js b/tests/e2e/redoc.spec.js index c767db9b..7db651ce 100644 --- a/tests/e2e/redoc.spec.js +++ b/tests/e2e/redoc.spec.js @@ -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) {