mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#174661)
This commit is contained in:
parent
f6c498cfae
commit
054ae81089
1 changed files with 2 additions and 1 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue