Skip to content

Commit

Permalink
test: temporarily disable flaky audit e2e test until #7436 is fixed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Mar 20, 2024
1 parent 0544c68 commit dd9d90d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/src/api/specs/audit.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit dd9d90d

Please sign in to comment.