Skip to content

Commit

Permalink
skip flaky just suite (#140888)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 19, 2022
1 parent 1a6a164 commit beea080
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import { getFirstCard } from '../../../components/artifact_list_page/mocks';
jest.mock('../../../../common/components/user_privileges');
const useUserPrivilegesMock = _useUserPrivileges as jest.Mock;

describe('When on the host isolation exceptions page', () => {
// FLAKY: https://github.com/elastic/kibana/issues/140888
describe.skip('When on the host isolation exceptions page', () => {
let render: () => ReturnType<AppContextTestRender['render']>;
let renderResult: ReturnType<typeof render>;
let history: AppContextTestRender['history'];
Expand Down

0 comments on commit beea080

Please sign in to comment.