Temporarily disable folder import #2862

This commit is contained in:
Tom Najdek 2023-03-22 11:49:00 +01:00
parent fc572ba2a6
commit 01611cbb07
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77
3 changed files with 14 additions and 17 deletions

View file

@ -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();