[8.12] [Defend workflows] Enable `policy_details_with_security_essentials` test (#174473) (#174530)

# Backport

This will backport the following commits from `main` to `8.12`:
- [[Defend workflows] Enable
`policy_details_with_security_essentials` test
(#174473)](https://github.com/elastic/kibana/pull/174473)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"David
Sánchez","email":"david.sanchezsoler@elastic.co"},"sourceCommit":{"committedDate":"2024-01-09T15:29:13Z","message":"[Defend
workflows] Enable `policy_details_with_security_essentials` test
(#174473)\n\nfixes:
https://github.com/elastic/kibana/issues/170666\r\n##
Summary\r\n\r\nEnables skipped
test\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"7a0b40f0a0223b9a134b5e1a568efc3cf0139f18","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Defend
Workflows","v8.12.0","v8.13.0"],"title":"[Defend workflows] Enable
`policy_details_with_security_essentials`
test","number":174473,"url":"https://github.com/elastic/kibana/pull/174473","mergeCommit":{"message":"[Defend
workflows] Enable `policy_details_with_security_essentials` test
(#174473)\n\nfixes:
https://github.com/elastic/kibana/issues/170666\r\n##
Summary\r\n\r\nEnables skipped
test\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"7a0b40f0a0223b9a134b5e1a568efc3cf0139f18"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/174473","number":174473,"mergeCommit":{"message":"[Defend
workflows] Enable `policy_details_with_security_essentials` test
(#174473)\n\nfixes:
https://github.com/elastic/kibana/issues/170666\r\n##
Summary\r\n\r\nEnables skipped
test\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"7a0b40f0a0223b9a134b5e1a568efc3cf0139f18"}}]}]
BACKPORT-->

Co-authored-by: David Sánchez <david.sanchezsoler@elastic.co>
This commit is contained in:
Kibana Machine 2024-01-09 11:53:09 -05:00 committed by GitHub
parent 3ffa5e69e2
commit 9fbf28ea27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,7 @@ import { login } from '../../tasks/login';
import { visitPolicyDetailsPage } from '../../screens/policy_details';
import type { IndexedFleetEndpointPolicyResponse } from '../../../../../common/endpoint/data_loaders/index_fleet_endpoint_policy';
// FLAKY: https://github.com/elastic/kibana/issues/170666
describe.skip(
describe(
'When displaying the Policy Details in Security Essentials PLI',
{
tags: ['@serverless'],