Disable all recognizePDF tests in Travis
This commit is contained in:
parent
8c2c097c6b
commit
4b602ed26c
|
@ -2,6 +2,8 @@ describe("PDF Recognition", function() {
|
||||||
var win;
|
var win;
|
||||||
|
|
||||||
before(function* () {
|
before(function* () {
|
||||||
|
if (Zotero.automatedTest) this.skip(); // TODO: Mock services
|
||||||
|
|
||||||
this.timeout(60000);
|
this.timeout(60000);
|
||||||
// Load Zotero pane and install PDF tools
|
// Load Zotero pane and install PDF tools
|
||||||
yield Zotero.Promise.all([
|
yield Zotero.Promise.all([
|
||||||
|
@ -52,8 +54,6 @@ describe("PDF Recognition", function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should recognize a PDF without a DOI", function* () {
|
it("should recognize a PDF without a DOI", function* () {
|
||||||
if (Zotero.automatedTest) this.skip(); // TODO: Mock
|
|
||||||
|
|
||||||
this.timeout(30000);
|
this.timeout(30000);
|
||||||
// Import the PDF
|
// Import the PDF
|
||||||
var testdir = getTestDataDirectory();
|
var testdir = getTestDataDirectory();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user