[Security Solution][Endpoint] Re-enable alerts response console test (#172152)

## Summary

Unskip test

**Flaky runner**
-
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4095
x 100 ( all pass )

### Checklist

Delete any 
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Signed-off-by: Ash <1849116+ashokaditya@users.noreply.github.com>
This commit is contained in:
Ash 2023-11-29 17:39:33 +01:00 committed by GitHub
parent 450b2c5a2d
commit fa5e944f50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,7 @@ import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
import { createEndpointHost } from '../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
// FLAKY: https://github.com/elastic/kibana/issues/169689
describe.skip('Response console', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('Response console', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
let policy: PolicyData;
let createdHost: CreateAndEnrollEndpointHostResponse;