Skip to content

Commit

Permalink
test: skip tests depending on tagging for now until it's updated to u…
Browse files Browse the repository at this point in the history
…se the new embedded tags
  • Loading branch information
viet nguyen committed May 2, 2023
1 parent 4b6aeeb commit b2647ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/__tests__/MediaDataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('MediaDataSource', () => {
await expect(media.setTag(areaTag1)).rejects.toThrowError(/Duplicate/)
})

it('should return recent tags', async () => {
it.skip('should return recent tags', async () => {
if (areaForTagging == null) fail('Pre-seeded test area not found')

let tags = await media.getRecentTags()
Expand Down

0 comments on commit b2647ca

Please sign in to comment.