-
Notifications
You must be signed in to change notification settings - Fork 165
test: gotestsum with skipping skipped tests #7998
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
base: main
Are you sure you want to change the base?
Conversation
This pull request does not have a backport label. Could you fix it @v1v? 🙏
|
@@ -9,8 +9,7 @@ $PSVersionTable.PSVersion | |||
|
|||
. "$PWD\.buildkite\scripts\steps\ess.ps1" | |||
|
|||
go install gotest.tools/gotestsum | |||
gotestsum --version | |||
make gotestsum |
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.
make gotestsum | |
# make gotestsum | |
go install github.com/v1v/gotestsum@v0.0.2 | |
gotestsum --version |
make is not installed
💔 Build Failed
Failed CI StepsHistory
cc @v1v |
|
What does this PR do?
Test if we can skip the skipped tests from being processed in the unit transformation with gotestsum
Why is it important?
Help to see if this can help us.
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
See gotestyourself/gotestsum#478
Questions to ask yourself