mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[SecuritySolution][Endpoint] Re-enable endpoint alert tests (#184301)
This commit is contained in:
parent
a86eeb8ced
commit
f6ded14dd4
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ import { login, ROLE } from '../tasks/login';
|
|||
import { EXECUTE_ROUTE } from '../../../../common/endpoint/constants';
|
||||
import { waitForActionToComplete } from '../tasks/response_actions';
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/184055
|
||||
describe.skip('Endpoint generated alerts', { tags: ['@ess', '@serverless'] }, () => {
|
||||
describe('Endpoint generated alerts', { tags: ['@ess', '@serverless'] }, () => {
|
||||
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
|
||||
let policy: PolicyData;
|
||||
let createdHost: CreateAndEnrollEndpointHostResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue