diff --git a/modules/item/back/methods/item-shelving/specs/upsertItem.spec.js b/modules/item/back/methods/item-shelving/specs/upsertItem.spec.js index e68550935..2a3baef4c 100644 --- a/modules/item/back/methods/item-shelving/specs/upsertItem.spec.js +++ b/modules/item/back/methods/item-shelving/specs/upsertItem.spec.js @@ -2,7 +2,7 @@ const {models} = require('vn-loopback/server/server'); const LoopBackContext = require('loopback-context'); // #6276 -xdescribe('ItemShelving upsertItem()', () => { +describe('ItemShelving upsertItem()', () => { const warehouseFk = 1; let ctx; let options; @@ -30,7 +30,7 @@ xdescribe('ItemShelving upsertItem()', () => { await tx.rollback(); }); - it('should add two new records', async() => { + xit('should add two new records', async() => { const shelvingFk = 'ZPP'; const items = [1, 1, 1, 2]; @@ -40,7 +40,7 @@ xdescribe('ItemShelving upsertItem()', () => { expect(itemShelvings.length).toEqual(2); }); - it('should update the visible items', async() => { + xit('should update the visible items', async() => { const shelvingFk = 'GVC'; const items = [2, 2]; const {visible: itemsBefore} = await models.ItemShelving.findOne({