Skip to content

Commit

Permalink
[8.12] [Defend workflows] Enable `policy_details_with_security_e…
Browse files Browse the repository at this point in the history
…ssentials` 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)](#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":"[email protected]"},"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
<[email protected]>","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
<[email protected]>","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
<[email protected]>","sha":"7a0b40f0a0223b9a134b5e1a568efc3cf0139f18"}}]}]
BACKPORT-->

Co-authored-by: David Sánchez <[email protected]>
  • Loading branch information
kibanamachine and dasansol92 authored Jan 9, 2024
1 parent 3ffa5e6 commit 9fbf28e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 9fbf28e

Please sign in to comment.