mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#136779)
This commit is contained in:
parent
c8e687b613
commit
35f13999f0
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ import { enterConsoleCommand } from '../console/mocks';
|
|||
import { waitFor } from '@testing-library/react';
|
||||
import { responseActionsHttpMocks } from '../../mocks/response_actions_http_mocks';
|
||||
|
||||
describe('When using the kill-process action from response actions console', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/136779
|
||||
describe.skip('When using the kill-process action from response actions console', () => {
|
||||
let render: () => Promise<ReturnType<AppContextTestRender['render']>>;
|
||||
let renderResult: ReturnType<AppContextTestRender['render']>;
|
||||
let apiMocks: ReturnType<typeof responseActionsHttpMocks>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue