Skip to content

Commit

Permalink
skip flaky suite (#175841)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 9, 2024
1 parent 13c2c76 commit f2e9b60
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ describe('getFileType', () => {
});
});

describe('getFileAttachmentViewObject', () => {
// FLAKY: https://github.com/elastic/kibana/issues/175841
describe.skip('getFileAttachmentViewObject', () => {
let appMockRender: AppMockRenderer;

const attachmentViewProps: ExternalReferenceAttachmentViewProps = {
Expand Down

0 comments on commit f2e9b60

Please sign in to comment.