-
Notifications
You must be signed in to change notification settings - Fork 258
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
Skipping a test by returning godog.ErrSkip
does not work?
#589
Comments
I've extracted
then
Can not reproduce, could it be that your |
@vearutop thanks for looking at this, I am looking to see what is different in our case but it maybe that we are running our tests in parallel. |
@vearutop running ![]() |
|
for the skipped tests error_message is not showing in the cucumber report, is this a limitation from the |
👓 What did you see?
When skipping a test by returning
godog.ErrSkip
the test is marked as failed and not as skipped.This is what we get when running the test:
✅ What did you expect to see?
We expected to see the first test to pass and the second step to skip?
📦 Which tool/library version are you using?
This is using
github.com/cucumber/godog v0.13.0
.🔬 How could we reproduce it?
Steps to reproduce the behavior:
This is the example that I am running?
skip.zip
📚 Any additional context?
Please let me know if you need more information?
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: