-
Notifications
You must be signed in to change notification settings - Fork 7
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
JUnit 5.11.0 support #160
Comments
Sounds like a version conflict (JUnit Platform not in sync with Jupiter artifacts) within the Maven configuration of your project. See junit-team/junit5#3933 for a solution. Why did you open this issue against the TestNG-Engine repository? 🤔 |
Sorry for the confusion. We're using the testng-engine with JUnit5 as we have a very "mature" testsuite that hasn't been migrated to JUnit yet. When discussing the issue, we wrongly identified testng-engine as being the source of the problem, hence the issue being raised here. Upgrading the |
For Maven we generally recommend importing the BOM to avoid such issues. |
Which JUnit versions are supported currently and planned to be supported in the future? We (Infinispan) are currently using JUnit 5.10.3, however when we upgrade to 5.11.0 our build fails with:
The text was updated successfully, but these errors were encountered: