Skip to content

Commit

Permalink
skip flaky suite. #145363
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 17, 2022
1 parent df635bd commit 03042ac
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 { ENDPOINT_CAPABILITIES } from '../../../../../../common/endpoint/service

jest.mock('../../../../../common/experimental_features_service');

describe('When using isolate action from response actions console', () => {
// FLAKY https://github.com/elastic/kibana/issues/145363
describe.skip('When using isolate action from response actions console', () => {
let render: (
capabilities?: EndpointCapabilities[]
) => Promise<ReturnType<AppContextTestRender['render']>>;
Expand Down

0 comments on commit 03042ac

Please sign in to comment.