-
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] Unskipping x-pack/test/security_solution_cypress/cypress/e2e/investigations/timeline_templates/
working tests on serverless
#168375
Conversation
x-pack/test/security_solution_cypress/cypress/e2e/investigations/timeline_templates/
working tests on serverless
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
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.
LGTM, more serverless tests, thanks @MadameSheema :)
💔 Build FailedFailed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…/cypress/e2e/investigations/timeline_templates/` working tests on serverless (elastic#168375) (cherry picked from commit 1eb7b96)
…cypress/cypress/e2e/investigations/timeline_templates/` working tests on serverless (#168375) (#168402) # Backport This will backport the following commits from `main` to `8.11`: - [[Security Solution] Unskipping `x-pack/test/security_solution_cypress/cypress/e2e/investigations/timeline_templates/` working tests on serverless (#168375)](#168375) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gloria Hornero","email":"gloria.hornero@elastic.co"},"sourceCommit":{"committedDate":"2023-10-09T19:40:05Z","message":"[Security Solution] Unskipping `x-pack/test/security_solution_cypress/cypress/e2e/investigations/timeline_templates/` working tests on serverless (#168375)","sha":"1eb7b9643d505cacdbe296c54e39f981806d00e3","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Threat Hunting","Team: SecuritySolution","Team:Threat Hunting:Investigations","v8.11.0","v8.12.0"],"number":168375,"url":"https://github.com/elastic/kibana/pull/168375","mergeCommit":{"message":"[Security Solution] Unskipping `x-pack/test/security_solution_cypress/cypress/e2e/investigations/timeline_templates/` working tests on serverless (#168375)","sha":"1eb7b9643d505cacdbe296c54e39f981806d00e3"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168375","number":168375,"mergeCommit":{"message":"[Security Solution] Unskipping `x-pack/test/security_solution_cypress/cypress/e2e/investigations/timeline_templates/` working tests on serverless (#168375)","sha":"1eb7b9643d505cacdbe296c54e39f981806d00e3"}}]}] BACKPORT--> Co-authored-by: Gloria Hornero <gloria.hornero@elastic.co>
…/cypress/e2e/investigations/timeline_templates/` working tests on serverless (elastic#168375)
Summary
In this PR we are making the following changes regarding the tests living in
x-pack/test/security_solution_cypress/cypress/e2e/investigations/timeline_templates/
regarding their execution on the first quality gate for serverless:creation.cy.ts
export.cy.ts
Note that the unskipped tests have been executed several times and are passing consistently :)
Also, the tests that were marked before with
.skip
remain skipped in both executions.