Skip to content

Commit

Permalink
skip flaky suite. #140907
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 20, 2022
1 parent 333548e commit 7d21c5f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ import type { HttpFetchOptionsWithPath } from '@kbn/core/public';

jest.mock('../../../../../common/components/user_privileges');

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

0 comments on commit 7d21c5f

Please sign in to comment.