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

README should mention that ExecutionMode.CONCURRENT is not supported #60

Open
benhubert opened this issue Jan 22, 2021 · 0 comments
Open

Comments

@benhubert
Copy link

I think, it is very important to mention in the README, that this library does not work, when using @Execution(ExecutionMode.CONCURRENT).

If you run your tests in parallel, a test annotated with @RepeatedIfExceptionsTest(repeats = 10) is only executed one single time but just marked as skipped. This is very dangerous, because the only job of a test is to fail in certain cases. But with this setup, the test will never cause your build to fail, even if the test would have failed all 10 times.

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