Skip to content

Commit

Permalink
skip flaky suite (elastic#176524)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 12, 2024
1 parent 9323e22 commit e7d56f2
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 e7d56f2

Please sign in to comment.