mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Defend Workflows] Unskip policy response test (#161588)
## Summary Unskip test that was timing out at indexing test hosts. The timeout has since been increased in elastic/kibana/pull/159518 Was added in elastic/kibana/pull/154505 and skipped in elastic/kibana/pull/156104
This commit is contained in:
parent
f8ef18a26b
commit
5d066944fc
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ import { navigateToFleetAgentDetails } from '../../screens/fleet';
|
|||
import { EndpointPolicyResponseGenerator } from '../../../../../common/endpoint/data_generators/endpoint_policy_response_generator';
|
||||
import { descriptions } from '../../../components/policy_response/policy_response_friendly_names';
|
||||
|
||||
// FLAKY: https://github.com/elastic/security-team/issues/6518
|
||||
describe.skip('Endpoint Policy Response', () => {
|
||||
describe('Endpoint Policy Response', () => {
|
||||
let loadedEndpoint: CyIndexEndpointHosts;
|
||||
let endpointMetadata: HostMetadata;
|
||||
let loadedPolicyResponse: IndexedEndpointPolicyResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue