Skip test for "recognizePDF without DOI" on Travis-CI

Breaks due to CAPTCHA when tests are run frequently
This commit is contained in:
Aurimas Vinckevicius 2015-03-30 23:52:38 -05:00
parent ac363101fc
commit f6510419cb
4 changed files with 12 additions and 1 deletions

View file

@ -447,6 +447,10 @@ ZoteroCommandLineHandler.prototype = {
}
}
}
if (cmdLine.handleFlag("ZoteroNoUserInput", false)) {
zInitOptions.noUserInput = true;
}
},
contractID: "@mozilla.org/commandlinehandler/general-startup;1?type=zotero",