-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
One cannot run unit/integration tests with Quarkus > 3.22. Please compare with:
- Non-viable test classloader when running a group of tests (Class or Package) in VSCode quarkusio/quarkus#48014 (comment)
- Unable to run QuarkusTests in Eclipse since Quarkus 3.22 quarkusio/quarkus#47656
- https://quarkus.io/blog/test-classloading-rewrite/
It looks like, the fix has been applied in eclipse runner, but has not been applied for the VSCode extenstion, which is still from Apr 03 2025. I think you have to upgrade dependency org.eclipse.jdt.junit5.runtime_1.1.300.v20231214-1952.jar which seems to very old (2023?) to org.eclipse.jdt.junit5.runtime-1.1.400.jar, plus all related dependencies.
openscript, Postremus and mkowa42