-
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] Unskip alerts related Cypress tests #127187
[Security Solution] Unskip alerts related Cypress tests #127187
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
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.
hey I had approved it but I think it makes sense to block it until we're sure the tests are flaky rather than theres still a problem
@elasticmachine merge upstream |
@jamster10 after digging more, I saw that the tests were not flaky, just we needed to update some things in order to align with the current main. i.e. bad locators. If everything works fine, I would deeply appreciate you don't block the PR since it is pretty important to have all the tests back. |
Exceptions tests will remain skipped since it needs more investigation. Those will unskipped in a different PR since we need to have the other tests back to live ASAP. |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
* unskip tests * fixing tests * adding missing lines * updates locator * fixes check issues * keeping exceptions tests skipped since it needs more investigation Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 8604a3e) # Conflicts: # x-pack/plugins/security_solution/cypress/integration/exceptions/from_alert.spec.ts # x-pack/plugins/security_solution/cypress/integration/exceptions/from_rule.spec.ts # x-pack/plugins/security_solution/cypress/integration/users/user_details.spec.ts # x-pack/plugins/security_solution/cypress/screens/alerts.ts
…27485) * unskip tests * fixing tests * adding missing lines * updates locator * fixes check issues * keeping exceptions tests skipped since it needs more investigation Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 8604a3e) # Conflicts: # x-pack/plugins/security_solution/cypress/integration/exceptions/from_alert.spec.ts # x-pack/plugins/security_solution/cypress/integration/exceptions/from_rule.spec.ts # x-pack/plugins/security_solution/cypress/integration/users/user_details.spec.ts # x-pack/plugins/security_solution/cypress/screens/alerts.ts
Summary
Now that the issue elastic/elasticsearch#84256 has been fixed, we can unskip all the alert related tests.