-
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] Reduce flakiness in ransomware tests #173316
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
4cf62bd
to
8655b99
Compare
edff442
to
44745c7
Compare
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.
small comments, let me know what you think!
.../test/security_solution_cypress/cypress/e2e/investigations/alerts/ransomware_detection.cy.ts
Show resolved
Hide resolved
.../test/security_solution_cypress/cypress/e2e/investigations/alerts/ransomware_detection.cy.ts
Outdated
Show resolved
Hide resolved
...test/security_solution_cypress/cypress/e2e/investigations/alerts/ransomware_prevention.cy.ts
Outdated
Show resolved
Hide resolved
...test/security_solution_cypress/cypress/e2e/investigations/alerts/ransomware_prevention.cy.ts
Show resolved
Hide resolved
Thank you @PhilippeOberti for the thorough review! :) |
68cb93b
to
a8121c6
Compare
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
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.
Looks perfect thank you!
Summary
before
->beforeEach
to prevent missing timeline on retryUnload data after test finish
Fixes: #170310
Fixes: #170846
Checklist