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

Return after t.Skip() #86

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Return after t.Skip() #86

merged 1 commit into from
Sep 27, 2023

Conversation

deeglaze
Copy link
Collaborator

The skip call is just for noting in the test output that the test was skipped. We need to return from the test function to actually skip the testing logic.

The skip call is just for noting in the test output that the test was
skipped. We need to return from the test function to actually skip the
testing logic.

Signed-off-by: Dionna Glaze <[email protected]>
@deeglaze deeglaze merged commit bb64fd1 into google:main Sep 27, 2023
8 checks passed
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 this pull request may close these issues.

2 participants