Skip to content

Commit

Permalink
[8.x] [EDR Workflows] Unskip DW tests (#196794) (#197124)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [[EDR Workflows] Unskip DW tests
(#196794)](#196794)

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

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

<!--BACKPORT [{"author":{"name":"Tomasz
Ciecierski","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-21T18:51:28Z","message":"[EDR
Workflows] Unskip DW tests
(#196794)","sha":"82a91b4b9dc25557838957e876f96664f1a1da8c","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend
Workflows","v8.16.0","backport:version","v8.17.0"],"title":"[EDR
Workflows] Unskip DW
tests","number":196794,"url":"https://github.com/elastic/kibana/pull/196794","mergeCommit":{"message":"[EDR
Workflows] Unskip DW tests
(#196794)","sha":"82a91b4b9dc25557838957e876f96664f1a1da8c"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196794","number":196794,"mergeCommit":{"message":"[EDR
Workflows] Unskip DW tests
(#196794)","sha":"82a91b4b9dc25557838957e876f96664f1a1da8c"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Tomasz Ciecierski <[email protected]>
  • Loading branch information
kibanamachine and tomsonpl authored Oct 21, 2024
1 parent 2062774 commit df11aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export const ENDPOINT_ALERTS_INDEX = 'logs-endpoint.alerts-default';
export const COMMON_API_HEADERS = Object.freeze({
'kbn-xsrf': 'security-solution',
'x-elastic-internal-origin': 'security-solution',
'elastic-api-version': '2023-10-31',
});
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ const getExceptionList1 = () => ({

const EXCEPTION_LIST_NAME = 'Newly created list';

// FLAKY: https://github.com/elastic/kibana/issues/180740
describe.skip('Exception list detail page', { tags: ['@ess', '@serverless'] }, () => {
describe('Exception list detail page', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();

Expand Down

0 comments on commit df11aea

Please sign in to comment.