Skip to content

Commit

Permalink
skip flaky suite (#187456)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 9, 2024
1 parent f2fb57f commit 3812c90
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jest.mock('./api');

const useKibanaMock = useKibana as jest.Mocked<typeof useKibana>;

describe('useGetSeverity', () => {
// FLAKY: https://github.com/elastic/kibana/issues/187456
describe.skip('useGetSeverity', () => {
const { http } = useKibanaMock().services;
let appMockRender: AppMockRenderer;

Expand Down

0 comments on commit 3812c90

Please sign in to comment.