-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Copy link
Labels
area/testsuiteIndicates an issue on the Testsuite areaIndicates an issue on the Testsuite areakind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugrelease/26.5.0team/continuous-testing
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
testsuite
Describe the bug
[ERROR] The wrapped NoClassDefFoundError is likely caused by the versions of JUnit jars on the classpath/module path not being properly aligned.
Please ensure consistent versions are used (see https://docs.junit.org/5.13.4/user-guide/#dependency-metadata).
The following conflicting versions were detected:
- org.junit.jupiter.api: 5.13.4
- org.junit.jupiter.engine: 5.13.4
- org.junit.platform.commons: 1.13.4
- org.junit.platform.engine: 1.13.4
- org.junit.platform.launcher: 1.13.4
- org.junit.vintage.engine: 5.9.3
Version
main
Regression
- The issue is a regression
Expected behavior
tests are running
Actual behavior
tests are not running
How to Reproduce?
mvn -f testsuite/integration-arquillian/tests/base/pom.xml -Pauth-server-quarkus-embedded clean install -Dtest=OrganizationAuthenticationTest
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area/testsuiteIndicates an issue on the Testsuite areaIndicates an issue on the Testsuite areakind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugrelease/26.5.0team/continuous-testing