-
Notifications
You must be signed in to change notification settings - Fork 383
[SOS][tests] Fix OtherCommands test failure on Alpine Linux #5489
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
Conversation
Co-authored-by: noahfalk <[email protected]>
Co-authored-by: noahfalk <[email protected]>
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.
Please discard your current changes and instead revert the changes that were made in PR #4656.
Co-authored-by: noahfalk <[email protected]>
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.
Provided the test passes.
The PR reports all the tests are passing so unless there is some other verification needed I think we're good now. |
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 (I can't approve because I was the copilot initiator)
Problem
In the past SOS.OtherCommands test was failing on Alpine Linux with error:
We believe the issue was resolved in #5421 but the tests had never been re-enabled. This PR re-enables the test.
Fixes #4654.