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 Jul 25, 2024
1 parent f6c498c commit 054ae81
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 054ae81

Please sign in to comment.