Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] JUnit 5 and parallel mode

Hello

Using tycho 1.3.0, build of a test project fails with following error:

Provider org.eclipse.tycho.surefire.provider.impl.JUnit5Provider does not support parallel mode. org.eclipse.tycho.surefire.provider.impl.JUnit47Provider (i.e. JUnit >= 4.7) is required for this.

The error seems wrong because junit 5 is > to junit 4.7 so parallel mode should be working with junit 5.

Arnaud


Back to the top