Skip to content

Commit

Permalink
skip flaky suite (#174661)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 28, 2024
1 parent 7821dd7 commit e65a08c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { createAppMockRenderer } from '../../common/mock';
import { basicFileMock } from '../../containers/mock';
import { FileAttachmentEvent } from './file_attachment_event';

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

beforeEach(() => {
Expand Down

0 comments on commit e65a08c

Please sign in to comment.