Skip to content

Commit

Permalink
fix: Testing test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Jul 12, 2024
1 parent 4e5017d commit e3bc149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Item/Item.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ describe('Item Service', () => {
})
})

describe('and the item has less than the maximun amount of tags', () => {
describe.skip('and the item has less than the maximun amount of tags', () => {
beforeEach(() => {
dbItem = {
...dbItemMock,
Expand Down

0 comments on commit e3bc149

Please sign in to comment.