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

Omitted tests should be reported as <skipped> #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MariuszCwikla
Copy link

Following test

def test_omit    
  omit 'omitted'
end

is reported as

<testcase name="test_omit" time="0.000373181" assertions="0">
    <failure type="Test::Unit::Omission" message="omitted">...</failure>
</testcase>

but it should be reported as <skipped> instead of <failure>

Simple fix is to set up skipped flag ci-reporter's TestCase which was not used in ci_reporter_test_unit yet

@MariuszCwikla
Copy link
Author

@nicksieger @shepmaster any update regarding this?
Please check also #12

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.

1 participant