Skip to content

Commit

Permalink
[8.x] [Security Solution] - skipping CSP Cypress test failing on MKI (#…
Browse files Browse the repository at this point in the history
…195794) (#195823)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Security Solution] - skipping CSP Cypress test failing on MKI
(#195794)](#195794)

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

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

<!--BACKPORT [{"author":{"name":"Philippe
Oberti","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-10T20:29:36Z","message":"[Security
Solution] - skipping CSP Cypress test failing on MKI (#195794)\n\n##
Summary\r\n\r\nThis PR is skipping a CSP test that is failing on MKI
(see
failing\r\n[build](https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-investigations/builds/1390#01927579-caed-41bc-9440-3cf29629a263))\r\n\r\nThe
CSP tests are currently under the `expandable_flyout` folder own
by\r\nthe @elastic/security-threat-hunting-investigations team. This
is\r\ntemporary until the CSP has the time to create their own folder
and all\r\nthe associated scripts for CI to
run.","sha":"3974845d24c16d6d9da91d00ad3d2a226ac457bf","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["backport","release_note:skip","v9.0.0","Team:Threat
Hunting:Investigations","v8.16.0"],"title":"[Security Solution] -
skipping CSP Cypress test failing on
MKI","number":195794,"url":"https://github.com/elastic/kibana/pull/195794","mergeCommit":{"message":"[Security
Solution] - skipping CSP Cypress test failing on MKI (#195794)\n\n##
Summary\r\n\r\nThis PR is skipping a CSP test that is failing on MKI
(see
failing\r\n[build](https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-investigations/builds/1390#01927579-caed-41bc-9440-3cf29629a263))\r\n\r\nThe
CSP tests are currently under the `expandable_flyout` folder own
by\r\nthe @elastic/security-threat-hunting-investigations team. This
is\r\ntemporary until the CSP has the time to create their own folder
and all\r\nthe associated scripts for CI to
run.","sha":"3974845d24c16d6d9da91d00ad3d2a226ac457bf"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195794","number":195794,"mergeCommit":{"message":"[Security
Solution] - skipping CSP Cypress test failing on MKI (#195794)\n\n##
Summary\r\n\r\nThis PR is skipping a CSP test that is failing on MKI
(see
failing\r\n[build](https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-investigations/builds/1390#01927579-caed-41bc-9440-3cf29629a263))\r\n\r\nThe
CSP tests are currently under the `expandable_flyout` folder own
by\r\nthe @elastic/security-threat-hunting-investigations team. This
is\r\ntemporary until the CSP has the time to create their own folder
and all\r\nthe associated scripts for CI to
run.","sha":"3974845d24c16d6d9da91d00ad3d2a226ac457bf"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Philippe Oberti <[email protected]>
  • Loading branch information
kibanamachine and PhilippeOberti authored Oct 10, 2024
1 parent 7bb0115 commit 749217d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ const deleteDataStream = () => {
});
};

describe('Alert Host details expandable flyout', { tags: ['@ess', '@serverless'] }, () => {
// skipping because failure on MKI environment (https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-investigations/builds/1390#01927579-caed-41bc-9440-3cf29629a263)
describe.skip('Alert Host details expandable flyout', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
deleteAlertsAndRules();
login();
Expand Down

0 comments on commit 749217d

Please sign in to comment.