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 Feb 9, 2024
1 parent 4ceff18 commit c9f279a
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 c9f279a

Please sign in to comment.