skip flaky suite (#170563)

This commit is contained in:
Tiago Costa 2024-12-12 04:56:17 +00:00
parent 4dfe009a54
commit 9694327bd4
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();
});