Skip to content

Commit

Permalink
skip failing suite (elastic#206068)
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Feb 14, 2025
1 parent f7a5e7d commit bd32452
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', () => {
// Failing: See https://github.com/elastic/kibana/issues/206068
describe.skip('FileAttachmentEvent', () => {
let appMockRender: AppMockRenderer;

beforeEach(() => {
Expand Down

0 comments on commit bd32452

Please sign in to comment.