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

Tests marked as "Explicit" are reported as "Inconclusive" #86

Closed
klapmalt opened this issue Jul 1, 2021 · 0 comments
Closed

Tests marked as "Explicit" are reported as "Inconclusive" #86

klapmalt opened this issue Jul 1, 2021 · 0 comments

Comments

@klapmalt
Copy link

klapmalt commented Jul 1, 2021

I have the issue that tests that are marked with the attribute [Explicit] are reported with result="Inconclusive" although "Explicit" and the reason show up in the properties of test cases.

I would expect that "Explicit" tests are reported as "Skipped".

<test-case name="SomeTest" fullname="Tests.SomeTest" methodname="SomeTest" classname="Tests" 
result="Inconclusive" 
start-time="2021-07-01T 04:47:04Z" end-time="2021-07-01T 04:47:04Z" duration="0.006911" asserts="0">
            <properties>
              <property name="Explicit" value="" />
            </properties>
            <output><![CDATA[Reason.]]></output>
</test-case>
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

No branches or pull requests

1 participant