-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution][Endpoint] Explicitly Skip two mocked data tests form serverless MKI runs #196871
[Security Solution][Endpoint] Explicitly Skip two mocked data tests form serverless MKI runs #196871
Conversation
Pinging @elastic/security-defend-workflows (Team:Defend Workflows) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
@@ -13,7 +13,7 @@ export default function ({ getService }: FtrProviderContext) { | |||
const utils = getService('securitySolutionUtils'); | |||
const endpointTestresources = getService('endpointTestResources'); | |||
|
|||
describe('@ess @serverless Endpoint policy response api', function () { | |||
describe('@ess @serverless skipInServerlessMKI Endpoint policy response api', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you've got a typo here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Will correct it.
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11406907244 |
💚 Build Succeeded
Metrics [docs]
|
…orm serverless MKI runs (elastic#196871) ## Summary - Explicitly Skip two mocked data tests form serverless MKI runs due to the use of mocked data (cherry picked from commit 4f85a99)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ests form serverless MKI runs (#196871) (#196918) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution][Endpoint] Explicitly Skip two mocked data tests form serverless MKI runs (#196871)](#196871) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Paul Tavares","email":"56442535+paul-tavares@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-10-18T15:51:33Z","message":"[Security Solution][Endpoint] Explicitly Skip two mocked data tests form serverless MKI runs (#196871)\n\n## Summary\r\n\r\n- Explicitly Skip two mocked data tests form serverless MKI runs due to\r\nthe use of mocked data","sha":"4f85a9989373fae228ab7969b671b6817d5ecf79","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v9.0.0","Team:Defend Workflows","OLM Sprint","backport:prev-minor"],"title":"[Security Solution][Endpoint] Explicitly Skip two mocked data tests form serverless MKI runs","number":196871,"url":"https://github.com/elastic/kibana/pull/196871","mergeCommit":{"message":"[Security Solution][Endpoint] Explicitly Skip two mocked data tests form serverless MKI runs (#196871)\n\n## Summary\r\n\r\n- Explicitly Skip two mocked data tests form serverless MKI runs due to\r\nthe use of mocked data","sha":"4f85a9989373fae228ab7969b671b6817d5ecf79"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196871","number":196871,"mergeCommit":{"message":"[Security Solution][Endpoint] Explicitly Skip two mocked data tests form serverless MKI runs (#196871)\n\n## Summary\r\n\r\n- Explicitly Skip two mocked data tests form serverless MKI runs due to\r\nthe use of mocked data","sha":"4f85a9989373fae228ab7969b671b6817d5ecf79"}}]}] BACKPORT--> Co-authored-by: Paul Tavares <56442535+paul-tavares@users.noreply.github.com>
Summary