mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#206056)
This commit is contained in:
parent
4b627a6c85
commit
a05869015c
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ import { createAppMockRenderer } from '../../../common/mock';
|
|||
import { UserActionPropertyActions } from './property_actions';
|
||||
import { AttachmentActionType } from '../../../client/attachment_framework/types';
|
||||
|
||||
describe('UserActionPropertyActions', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/206056
|
||||
describe.skip('UserActionPropertyActions', () => {
|
||||
let appMock: AppMockRenderer;
|
||||
const onClick = jest.fn();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue