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

Look at possibilities of not throwing a skip excception in onTestStart #42

Closed
baubakg opened this issue Jan 26, 2022 · 0 comments
Closed
Labels
enhancement New feature or request Refactoring Refactoring tasks
Projects
Milestone

Comments

@baubakg
Copy link
Member

baubakg commented Jan 26, 2022

Apparently it is not recommended to throw a skip exception from a listener.

Instead, we are supposed to do:

result.setStatus(SKIP)
result.setThrowable(Exception)
@baubakg baubakg added enhancement New feature or request Refactoring Refactoring tasks labels Jan 26, 2022
@baubakg baubakg added this to To do in 7.0.9 via automation Jan 26, 2022
@baubakg baubakg added this to the 7.0.9 milestone Jan 26, 2022
@baubakg baubakg moved this from To do to In progress in 7.0.9 Jan 27, 2022
@baubakg baubakg mentioned this issue Jan 27, 2022
2 tasks
@baubakg baubakg moved this from In progress to Done in 7.0.9 Feb 5, 2022
@baubakg baubakg closed this as completed Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Refactoring Refactoring tasks
Projects
No open projects
7.0.9
Done
Development

No branches or pull requests

1 participant