-
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
[EDR Workflows] Unskip e2e tests due vagrant up error #175780
[EDR Workflows] Unskip e2e tests due vagrant up error #175780
Conversation
/ci |
@elasticmachine merge upstream |
/ci |
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.
Thank you 🙇
@@ -21,8 +21,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy'; | |||
import { createEndpointHost } from '../../../tasks/create_endpoint_host'; | |||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data'; | |||
|
|||
// Failing: See https://github.com/elastic/kibana/issues/170424 | |||
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => { | |||
describe('Response console', { tags: ['@ess', '@serverless'] }, () => { |
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.
You can also undo the change on line 115 on this file. Since Kibana v18.2
is on node 18.18.2
, the assumption that the package unzip causes issues on the test is not relevant on this branch. So it should be back to expect(unzippedFileContent).to.equal(fileContent);
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.
done: ad9c083
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 for the changes 🚀
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
Summary
Re-enable skipped e2e tests due vagrant up error. This pr depends on this change: #175755
Originally merged at main here: #175754
closes: #170811
closes: #170674
closes: #169343
closes: #170601
closes: #173464
closes: #170667
closes: #170812
closes: #170604
closes: #170373
closes: #169958
closes: #170814
closes: #170424
closes: #170706
closes: #170563
closes: #169689
closes: #170817
closes: #169821
closes: #170816
closes: #170794
For maintainers