Temporarily disable folder import #2862
This commit is contained in:
parent
fc572ba2a6
commit
01611cbb07
3 changed files with 14 additions and 17 deletions
|
@ -45,6 +45,8 @@ describe('Zotero_Import_Folder', function () {
|
|||
|
||||
describe('#import', () => {
|
||||
it('should import PDFs from a folder and recreate structure without creating duplicates', async function () {
|
||||
// @TODO: re-enable when folder import is ready
|
||||
this.skip();
|
||||
this.timeout(30000);
|
||||
if (Zotero.automatedTest) {
|
||||
this.skip();
|
||||
|
@ -104,6 +106,8 @@ describe('Zotero_Import_Folder', function () {
|
|||
});
|
||||
|
||||
it('should only import specified file types from a folder', async function () {
|
||||
// @TODO: re-enable when folder import is ready
|
||||
this.skip();
|
||||
this.timeout(30000);
|
||||
if (Zotero.automatedTest) {
|
||||
this.skip();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue