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

don't shrink for Exceptions #462

Open
Stefanqn opened this issue Mar 20, 2019 · 0 comments
Open

don't shrink for Exceptions #462

Stefanqn opened this issue Mar 20, 2019 · 0 comments

Comments

@Stefanqn
Copy link

e.g. in my current use case, a entity is created and saved to mongoDB. If mongoDB is unavailable, a MongoTimeoutException is thrown (after 5 sec) and the test shrinks continues shrinking the entity for a long time.

It would be great, if I could disable shrinking for certain Exceptions (like MongoTimeoutException) or disable it by default and just allow shrinking for e.g. TestFailedExceptions.

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