toolchainlabs / issues

Public repo just for filing bugs and feature requests
0 stars 0 forks source link

BuildSense reports skipped tests as failing tests #1

Closed yoav-orca closed 2 years ago

yoav-orca commented 2 years ago

What happens: We have python tests that are skipped, BuildSense reports them as failing

What should happen: The tests should be reported as skipped

asherf commented 2 years ago

What happens:

We have python tests that are skipped, BuildSense reports them as failing

What should happen:

The tests should be reported as skipped

Thanks for the report, I'll be looking into into it. Just to clarify, do you mean skipped tests that are marked with '@pytest.mark.skip'?

asherf commented 2 years ago

sorry for dropping the ball on this. I think the issue is now fixed. Feel free to re-open if you still see it.