www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4b602ed26c127c7fc182d26a3bad81470f6b2c3c
parent 8c2c097c6b2ecc03be1784fda8f7433159d56628
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 18 Dec 2016 09:18:57 -0500

Disable all recognizePDF tests in Travis

Diffstat:
Mtest/tests/recognizePDFTest.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/tests/recognizePDFTest.js b/test/tests/recognizePDFTest.js @@ -2,6 +2,8 @@ describe("PDF Recognition", function() { var win; before(function* () { + if (Zotero.automatedTest) this.skip(); // TODO: Mock services + this.timeout(60000); // Load Zotero pane and install PDF tools yield Zotero.Promise.all([ @@ -52,8 +54,6 @@ describe("PDF Recognition", function() { }); it("should recognize a PDF without a DOI", function* () { - if (Zotero.automatedTest) this.skip(); // TODO: Mock - this.timeout(30000); // Import the PDF var testdir = getTestDataDirectory();