We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Works using isolation=NONE
isolation=NONE
Execution failed!: java.lang.NoClassDefFoundError: org/junit/platform/engine/TestEngine: org.junit.platform.engine.TestEngine
https://travis-ci.com/sormuras/mainrunner/jobs/170420282#L771
The text was updated successfully, but these errors were encountered:
Don't isolation dependencies
72b33c6
See sormuras/junit-platform-maven-plugin#27
Same issue when running JUnit3 tests. Workaround with isolation=NONE helps here, too.
Another workaround that also helps is
<configuration> <tweaks> <moveTestEnginesToLauncherClassLoader>false</moveTestEnginesToLauncherClassLoader> </tweaks> </configuration>
Sorry, something went wrong.
Version 1.1.0 will set isolation=NONE as the default mode -- perhaps remove the entire isolation level support.
/cc @rfscholte
No branches or pull requests
Works using
isolation=NONE
Execution failed!: java.lang.NoClassDefFoundError: org/junit/platform/engine/TestEngine: org.junit.platform.engine.TestEngine
https://travis-ci.com/sormuras/mainrunner/jobs/170420282#L771
The text was updated successfully, but these errors were encountered: