1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-12 15:32:36 +02:00

test: temporarily disable flaky audit e2e test until #7436 is fixed (#8089)

This commit is contained in:
Zack Pollard 2024-03-20 06:31:52 -06:00 committed by GitHub
parent 0544c687b9
commit dd9d90d21e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,8 @@ describe('/audit', () => {
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 () => {
const [trashedAsset, archivedAsset] = await Promise.all([
utils.createAsset(admin.accessToken),