mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
refactor: job events (#23161)
This commit is contained in:
parent
cd8d66f5dd
commit
8c27ba3e52
7 changed files with 75 additions and 29 deletions
|
|
@ -582,7 +582,7 @@ describe('/tags', () => {
|
|||
expect(body).toEqual([expect.objectContaining({ id: userAsset.id, success: true })]);
|
||||
});
|
||||
|
||||
it('should remove duplicate assets only once', async () => {
|
||||
it.skip('should remove duplicate assets only once', async () => {
|
||||
const tagA = await create(user.accessToken, { name: 'TagA' });
|
||||
await tagAssets(
|
||||
{ id: tagA.id, bulkIdsDto: { ids: [userAsset.id] } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue