From dd9d90d21e404f4312d58dcd48b5c424aef782fb Mon Sep 17 00:00:00 2001 From: Zack Pollard <zackpollard@ymail.com> Date: Wed, 20 Mar 2024 06:31:52 -0600 Subject: [PATCH] test: temporarily disable flaky audit e2e test until #7436 is fixed (#8089) --- e2e/src/api/specs/audit.e2e-spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e/src/api/specs/audit.e2e-spec.ts b/e2e/src/api/specs/audit.e2e-spec.ts index 2b551fd24c..ec8c3799c8 100644 --- a/e2e/src/api/specs/audit.e2e-spec.ts +++ b/e2e/src/api/specs/audit.e2e-spec.ts @@ -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),