Skip to content

Commit

Permalink
skip flaky suite (#176524)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 5, 2024
1 parent 5b32b91 commit 7701f26
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 7701f26

Please sign in to comment.