Steps to reproduce
We've updated JUnit to 5.13.0 in our internal project and now it fails with the
Caused by: org.junit.platform.commons.JUnitException: Error executing tests for engine junit-jupiter
org.junit.platform.commons.PreconditionViolationException: No NamespacedHierarchicalStore was configured for this request
5.12.2 works fine.
We are also using junit-pioneer 2.3.0
Context
- Used versions (Jupiter/Vintage/Platform):
- junit 5.13.0 / platform 1.13.0 / surefire 3.5.3
- Build Tool/IDE: maven
Deliverables