Skip to content
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

Investigate Go v1.20 -skip flag #200

Closed
vladimirvivien opened this issue Feb 5, 2023 · 4 comments · Fixed by #204
Closed

Investigate Go v1.20 -skip flag #200

vladimirvivien opened this issue Feb 5, 2023 · 4 comments · Fixed by #204
Assignees

Comments

@vladimirvivien
Copy link
Contributor

Go 1.20 introduces the -skip flag for go test command to skip tests based on name patterns. This feature should be (at the very least) documented and show how to use it along with the --skip-* flags supported by e2e-framework.

@reetasingh
Copy link
Contributor

I would like to work on this issue
/assign

@vladimirvivien
Copy link
Contributor Author

@reetasingh thank you!

@reetasingh
Copy link
Contributor

reetasingh commented Feb 12, 2023

@vladimirvivien where do we want this to be documented ?
In the README.md or in /examples?

@vladimirvivien
Copy link
Contributor Author

@reetasingh For now, let's put in ./examples/skip_flags. Just add a section documenting that tests can also be skipped using the new go test -skip flag to show differences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants