skip flaky suite (#170424)

This commit is contained in:
Tiago Costa 2024-04-01 15:31:11 +01:00
parent 3f4898a426
commit 0424d2a2d9
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -21,7 +21,8 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/170424
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
});