mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#176524)
This commit is contained in:
parent
d1962036e0
commit
c4375a6460
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ const defaultProps = {
|
|||
|
||||
jest.mock('../../common/lib/kibana');
|
||||
|
||||
describe(`UserActionsList`, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/176524
|
||||
describe.skip(`UserActionsList`, () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue