Skip to content

Commit

Permalink
skip flaky suite (#112910)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and jbudz committed Oct 17, 2021
1 parent 0f7b8ef commit 5a9e711
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jest.mock('../components/user_privileges', () => {
});
jest.mock('../lib/kibana');

describe('When using the `useUpgradeSecurityPackages()` hook', () => {
// FLAKY: https://github.com/elastic/kibana/issues/112910
describe.skip('When using the `useUpgradeSecurityPackages()` hook', () => {
let renderResult: RenderHookResult<object, void>;
let renderHook: () => RenderHookResult<object, void>;
let kibana: ReturnType<typeof useKibana>;
Expand Down

0 comments on commit 5a9e711

Please sign in to comment.