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

twister: Add support for GTEST_SKIP() #68666

Merged

Conversation

yperess
Copy link
Collaborator

@yperess yperess commented Feb 6, 2024

Calling GTEST_SKIP will print the test as DISABLED, add support and unit tests for this.

Fixes #68993

Calling GTEST_SKIP will print the test as DISABLED, add support and unit
tests for this.

Signed-off-by: Yuval Peress <peress@google.com>
@MaureenHelm
Copy link
Member

@nashif will you please take a look? This PR fixes a medium priority bug

@MaureenHelm MaureenHelm added this to the v3.6.0 milestone Feb 14, 2024
@henrikbrixandersen henrikbrixandersen merged commit c2a207b into zephyrproject-rtos:main Feb 14, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gTest twister harness doesn't support GTEST_SKIP()
5 participants