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

refactor(tests): Use GTEST_SKIP macro to skip useless tests #2118

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

acelyc111
Copy link
Member

@acelyc111 acelyc111 commented Sep 18, 2024

The gtest provided macro GTEST_SKIP is better than manual return, the
former shows which test cases are skipped explicitly, it's more convenient
for developers to check the result.

@acelyc111 acelyc111 changed the title refator(tests): Use GTEST_SKIP macro to skip useless tests refactor(tests): Use GTEST_SKIP macro to skip useless tests Sep 18, 2024
@acelyc111 acelyc111 marked this pull request as ready for review September 18, 2024 16:12
@Samunroyu Samunroyu self-requested a review September 19, 2024 04:36
@acelyc111 acelyc111 merged commit 8f21d7a into apache:master Sep 19, 2024
90 of 93 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.

3 participants