We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
macos tests becomes failing with this message.
--- FAIL: Test_Process_Nice (0.00s) process_test.go:236: invalid nice: -10
I noticed GitHub Action images have been updated at 2023-09-21 via latest runner-images. I think this makes the test fail.
Fortunately, the tests are still successful on my local macOS. So I think this problem is only happening with github actions.
Expected behavior
Test success on GitHub Actions.
Environment (please complete the following information):
sw_vers
uname -a
Don't know...
The text was updated successfully, but these errors were encountered:
[process][darwin]: skip process.Nice test if darwin on GitHub Action
83427f9
fix: #1532
Successfully merging a pull request may close this issue.
Describe the bug
macos tests becomes failing with this message.
I noticed GitHub Action images have been updated at 2023-09-21 via latest runner-images. I think this makes the test fail.
Fortunately, the tests are still successful on my local macOS. So I think this problem is only happening with github actions.
Expected behavior
Test success on GitHub Actions.
Environment (please complete the following information):
sw_vers
anduname -a
Don't know...
The text was updated successfully, but these errors were encountered: