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

[bugfix] Include test info when skipping tests #3388

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

vkarak
Copy link
Contributor

@vkarak vkarak commented Feb 11, 2025

Now output is the following:

[     SKIP ] (1/3) SkipTest /dbb6b33c @generic:default+builtin [unsupported]
[       OK ] (2/3) CompileOnlyHelloTest /ecfc0900 @generic:default+builtin
[     SKIP ] (3/3) HelloTest /2b3e4546 @generic:default+builtin [could not satisfy the minimum task requirement: required 2, found 1]

Closes #3351.

@vkarak vkarak merged commit 52d7be8 into reframe-hpc:master Feb 12, 2025
36 checks passed
@vkarak vkarak deleted the bugfix/test-name-skip-msg branch February 12, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Print the test name when skipping tests during runtime especially in async policy
2 participants