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

Document how to mark additional tests as skipped #48

Open
danielbachhuber opened this issue Oct 4, 2017 · 2 comments
Open

Document how to mark additional tests as skipped #48

danielbachhuber opened this issue Oct 4, 2017 · 2 comments

Comments

@danielbachhuber
Copy link
Member

At times, a host may find a test is failing for some known reason. They should be able to mark the test as skipped in their own test runner instance.

Related #47

@danielbachhuber danielbachhuber self-assigned this Oct 4, 2017
@danielbachhuber
Copy link
Member Author

As it turns out, there's no CLI argument for skipping specific tests, only groups :/

It may be possible by passing regex to --filter

@timiwahalahti
Copy link

Just started setting up our automated tests and ran into the #202. Because of that test failing, I would not wan to start our automation as it provides incorrect results (the failure is because of the test itself, not because of the environment) and spams us the failure every time.

It would be neat to have a way to skip that test altogether until it is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants