Skip to content

Commit

Permalink
skip flaky suite. #144660
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 9, 2022
1 parent c9ef85f commit ef0efcf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ import {

jest.mock('../../containers/api');

describe('useActions', () => {
// FLAKY: https://github.com/elastic/kibana/issues/144660
describe.skip('useActions', () => {
let appMockRender: AppMockRenderer;

beforeEach(() => {
Expand Down

0 comments on commit ef0efcf

Please sign in to comment.