mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
450b2c5a2d
commit
fa5e944f50
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue