mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#170563)
This commit is contained in:
parent
4dfe009a54
commit
9694327bd4
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_
|
|||
|
||||
const AGENT_BEAT_FILE_PATH_SUFFIX = '/components/agentbeat';
|
||||
|
||||
describe('Response console', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/170563
|
||||
describe.skip('Response console', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
|
||||
beforeEach(() => {
|
||||
login();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue