mirror of
https://github.com/immich-app/immich.git
synced 2025-01-27 22:22:45 +01:00
This commit is contained in:
parent
0544c687b9
commit
dd9d90d21e
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ describe('/audit', () => {
|
||||||
admin = await utils.adminSetup();
|
admin = await utils.adminSetup();
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('GET :/file-report', () => {
|
// TODO: Enable these tests again once #7436 is resolved as these were flaky
|
||||||
|
describe.skip('GET :/file-report', () => {
|
||||||
it('excludes assets without issues from report', async () => {
|
it('excludes assets without issues from report', async () => {
|
||||||
const [trashedAsset, archivedAsset] = await Promise.all([
|
const [trashedAsset, archivedAsset] = await Promise.all([
|
||||||
utils.createAsset(admin.accessToken),
|
utils.createAsset(admin.accessToken),
|
||||||
|
|
Loading…
Reference in a new issue